- Sep 24, 2021
-
-
Muhammad Qureshi authored
Use generated statslog_bt that contains a subset of stats_write methods only required for bluetooth module. This replaces monolithic libstatslog. There's currently a stats_write method signature collision with another atom (b/200741446). This fixes the collision by only linking against stats_write() methods needed for atoms with the 'bluetooth' module annotation. Bug: 200741446 Tag: #refactor Test: atest net_test_btif Test: atest net_test_btif_profile_queue Test: gd/cert/run Test: m libbtif Test: m libbluetooth Test: m bt_headless Test: m libstatslog_bt Test: m Change-Id: I4323117ddcdd344e2dcf15a7631e2dec37f0b38f
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: Ica931e61615ababeefa14c8493f75caae99ec9a5
-
Treehugger Robot authored
Merge "Make SDP and inquiry request dequeue and execute more comprehensive and cancelDiscovery now removes all queued inquiry requests."
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: I6eedcf3455ab278094a2e4e47f8cede84d96fd25
-
- Sep 23, 2021
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
David Duarte authored
Test: gd/cert/run Change-Id: I10b723c40e6591eb7356caff63ddc2df65bd33ff Signed-off-by:
David Duarte <licorne@google.com>
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: I01ea4105a0dcc5b6d8d72b2ecac3e07453593261
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: I028b984fc6262ef8905a84864bfe8cbed159c5f5
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: Id05d13aea809b4b146bd30b53dcdfdff75f26c15
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Sep 22, 2021
-
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: Ie06b0ffc0276f86e8fe3fe3bdf365d584004db8f
-
Myles Watson authored
Bug: 193220499 Test: cert/run Tag: #stability Change-Id: Ibfbc0e9c666f3a4317325fe550c51c1cbb7605e7
-
Myles Watson authored
Bug: 199421920 Test: cert/run Tag: #feature Change-Id: I95d67c816f5ab51130776681e3c7d063bcd9cbe3
-
Myles Watson authored
Android doesn't run CTS verifier tests for multi- advertising unless there are at least 5 advertisers. Bug: 199421920 Test: cert/run Tag: #feature Change-Id: I16a014b03ad80f88176a845ead02587250be57e8
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Myles Watson authored
Bug: 199421920 Test: cert/run Tag: #feature Change-Id: I61fbb77a27cb06ad58fe35344d3cd27283f9fee4
-
Myles Watson authored
Bug: 199421920 Test: cert/run Tag: #feature Change-Id: Ifb21c400b093d12f4bb020b32c97adfd5e909def
-
Jizheng Chu authored
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: Ie3be6ad9f13d746bff76c94a37a650d3255a7b69
-
Treehugger Robot authored
* changes: floss: Rename list-devices and support bonded devices floss: Check adapter enabled on init floss: Add several bonding apis floss: Wire OnBondStateChanged floss: Enable syslog on btadapterd floss: Enable syslog on btmanagerd floss: Fix rust test errors
-
Ted Wang authored
feature: #stability Bug: 167648114 Test: atest net_test_avrcp Change-Id: I6dce4c7afb78a93dca8ba7fcbd02aa5350f18c1a
-
Treehugger Robot authored
-
- Sep 21, 2021
-
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: If148572c68f0e56664e9060c5310e63e29631af6
-
Chris Manton authored
Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: Ib1eee9b2649aed05a897346c67275db46850943f
-
Abhishek Pandit-Subedi authored
Removed the separate bootstrap.py and merged its functionality into build.py. With all the changes, this is how you do bootstrapping + building now: ./build.py --run-bootstrap ./build.py This changes defaults to something reasonable in the scripts. A few of the defaults that were changed: * Set bootstrap dir default to ~/.floss * Libdir changed to /usr/lib * Clang made default and --no-clang added instead * Vendored rust made default and --no-vendored-rust added instead Bug: 200620285 Tag: #floss Test: ./build.py --run-bootstrap && ./build.py Change-Id: I305c6baa8a47e958dfa8e136eb60b08fc742effc
-
Abhishek Pandit-Subedi authored
Rename list-devices to just list and support listing either bonded or found devices. This will let users both look at their bonded device list as well as devices found during the most recent discovery session. Bug: 196887009 Tag: #floss Test: In btclient, check "list found" and "list bonded" Change-Id: I907c0dc46949c03723c3d0dab068ed1a8b2f7a83
-
Abhishek Pandit-Subedi authored
btclient should check if the default adapter is already enabled on init and initialize the dbus object if it is. Bug: 199213563 Tag: #floss Test: Enable adapter, close btclient, open btclient and verify adapter is still enabled. Change-Id: I3c39022756b74f80577d7b8da2d824583b15c2bc
-
Abhishek Pandit-Subedi authored
Add stack implementations for the following: * CancelBondProcess * RemoveBond * GetBondedDevices * GetBondState Bug: 196887009 Tag: #floss Test: Verified on ChromeOS device Change-Id: Ifb874dc304afd81f9896e0223e67db4ad22f9d97
-
Abhishek Pandit-Subedi authored
Wire up the bond state changed callback so that the result of a bond state change is communicated. Bug: 196886657 Tag: #floss Test: btclient bond <address> Change-Id: I06ce8624098b71da35f3f98d9d60f2f1d77e7c3b
-
Abhishek Pandit-Subedi authored
Instead of logging via println! in Rust code, start using syslog instead. Bug: 190648196 Tag: #floss Test: Verify btadapterd logs to syslog on ChromeOS Change-Id: Ida770f304ba9325288a486f2bb3ae242e21b4946
-
Jakub Pawlowski authored
-
Myles Watson authored
Bug: 199899668 Test: cert/run Tag: #gd-refactor Change-Id: I39c148cd2624138b09f81e4a8de1b8b8482c8ec7
-