- Jun 09, 2023
-
-
David Duarte authored
Test: mma Bug: 279502784 Change-Id: Ia3d3f63073ae72fb85cd713c85574b1526c60d85
-
Henri Chataing authored
* changes: RootCanal: Implement LL tests CIS/CEN/*, CIS/PER/* RootCanal: Enable Connected Isochronous Stream support
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 187830698 Test: mma . Change-Id: Idd065ac9820359eccb54318054d3fd392412693f
-
William Escande authored
* changes: Replace mBinding with hasMessage Remove code called twice Simplify sending message ERROR_PRONE: enforce AlreadyChecked and fix it Fix legacy test to use the new Looper
-
Ventsislav Zahariev authored
-
William Escande authored
We should always have a MESSAGE_TIMEOUT_BIND on the queue if we are binding Bug: 286082382 Bug: 262605980 Test: atest ServiceBluetoothTests | this is No-op change Change-Id: I4b71eb985812c1faf07a45be8dd355365881826b
-
William Escande authored
Unbind is already called in `BluetoothStateChangeHandler(_, STATE_OFF);` Bug: 285046954 Bug: 262605980 Test: None | no-op Change-Id: Ied6afa1188b84fd89de69d87613034373b1bfa11
-
William Escande authored
Bug: 262605980 Test: None | no-op change Change-Id: I74f6a05b0824465bc48805ff79ac55819971e059
-
William Escande authored
This is a no-op change Bug: 280890575 Test: atest ServiceBluetoothTests Test: m RUN_ERROR_PRONE=true service-bluetooth Change-Id: Ie5e0886576583f67b93cb6e2da8c0128e141048c
-
Hyundo Moon authored
-
Hyundo Moon authored
Bug: 285729633 Test: Builds successfully Change-Id: I5effb732520d6f4b8d5924bb8cfe35557b8f0c8a
-
- Jun 08, 2023
-
-
Henri Chataing authored
Test: m root-canal Bug: 284355200 Change-Id: I5072affabf76bef75a40e1b1ac1887e095360ef8
-
Etienne Ruffieux authored
* changes: Add A2DP src and sink co-exist feature bta layer (1/5) Add A2DP src and sink co-exist feature btif layer (2/5) Add A2DP src and sink co-exist feature stack layer (3/5) Add A2DP src and sink co-exist feature profile/avrcp layer (4/5) Add A2DP src and sink co-exist feature init::flag (5/5)
-
jinyao.yu authored
[Description] Add A2DP src and sink co-exist feature, that we can connect both sink and src remote device at the same time while only keep 1 streaming. Bug: 256938279 Test: A2DP src/sink connect, streaming successully, net_test_btif_rc unit test pass Change-Id: I89ee8391f53daffaa992a5e7fafba38635414641
-
jinyao.yu authored
[Description] Add A2DP src and sink co-exist feature, that we can connect both sink and src remote device at the same time while only keep 1 streaming. Bug: 256938279 Test: A2DP src/sink connect, streaming successully, net_test_btif_rc unit test pass Change-Id: I89ee8391f53daffaa992a5e7fafba36635419641
-
jinyao.yu authored
[Description] Add A2DP src and sink co-exist feature, that we can connect both sink and src remote device at the same time while only keep 1 streaming. Bug: 256938279 Test: A2DP src/sink connect, streaming successully, net_test_btif_rc unit test pass Change-Id: I89ee7391253daffa8992a5e1fafba38635414641
-
jinyao.yu authored
[Description] Add A2DP src and sink co-exist feature, that we can connect both sink and src remote device at the same time while only keep 1 streaming. Bug: 256938279 Test: A2DP src/sink connect, streaming successully, net_test_btif_rc unit test pass Change-Id: I89ee7391253daffa8992a5e7fafba38635414641
-
Myles Watson authored
-
Sal Savage authored
-
William Escande authored
* changes: ERROR_PRONE: enforce ClassCanBeStatic and fix it ERROR_PRONE: enforce ReferenceEquality and fix the code Move service server binder into service folder
-
Etienne Ruffieux authored
-
Abel Lucas authored
-
Treehugger Robot authored
Merge "Insert new device to database by rssi with property. If a BR/EDR hid device without name advertisement is found for the first inquiry, it may be undiscovered sometimes when current BT device number exceeds the capacity of BTM_INQ_DB_SIZE."
-
Treehugger Robot authored
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Etienne Ruffieux authored
This reverts commit ae963f1c. Reason for revert: b/286003442, b/285806759 Some Bluetooth devices will disconnect if there is no call at the time of open SCO. The change also did not fix the original bug as this seems not to come from Bluetooth. Bug: 286003442 Bug: 285806759 Change-Id: Ib920e67358ba46e14f646a0c69897abcb38f50ec
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Jun 07, 2023
-
-
Henri Chataing authored
* changes: packetgen: Delete the rust generator gd/rust: Migrate to the new pdl rust generator floss: Add dependency on pdl-compiler
-
Treehugger Robot authored
-
Eric Shih authored
Add libosi to l2cap-fuzzer to fix the undefined symbol error. No need to add to AOSP due to no fuzz test in AOSP. Bug: 237393639 Bug: 276759518 Test: No need Ignore-AOSP-First: Dependency required for aosp/2588669 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1b55ebf80fbf8e21f7da661ec2b096bb03f57c7e) Merged-In: Ib04f96702b53930bdd7d18c40b79d1ee5e0aa7b6 Change-Id: Ib04f96702b53930bdd7d18c40b79d1ee5e0aa7b6
-
Hui Peng authored
* changes: Adding more bluetooth stack fuzzers. Updating Bluetooth stack fuzzer configurations Adding a Bluetooth SDP stack fuzzer
-
Xuan Xing authored
This change adds fuzzers for the following stack components: * SMP * GATT * BNEP * AVRC/AVCT * L2CAP Bug: 277109918 Bug: 276759518 Test: Manually build and test Merged-In: Ie624b4cbc8ac960d908ab62663d5a5dd5d5a8b63 Change-Id: Ie624b4cbc8ac960d908ab62663d5a5dd5d5a8b63
-
Xuan Xing authored
This change adds the following default fuzzer settings: 1. Disable debug output for performance 2. Reducing the max corpus size to 4KB (default is 1MB) Test: Manual build and test Bug: 274525374 Bug: 276759518 Merged-In: I0a87bdb46bb5205dd112538e6b70954ea4c08f3b Change-Id: I0a87bdb46bb5205dd112538e6b70954ea4c08f3b
-
Xuan Xing authored
Test: Manually build the SDP fuzzer Bug: 274525374 Bug: 276759518 Merged-In: Id12dd5d922f3eb71081413323b1e22bb1780c2df Change-Id: Id12dd5d922f3eb71081413323b1e22bb1780c2df
-
Sal Savage authored
The ACTION_ACL_DISCONNECTED broadcast began sending events for both the BR/EDR and LE transports, but consuming code was not utilizing the transport when using it to decide if a profile's link was torn down or not. This was causing the BR/EDR based map and pbap profiles to get torn down when LE disconnections were happening. Tag: #stability Bug: 285326205 Test: atest BluetoothInstrumentationTests Change-Id: I186040b763cfea43e807f53b87fdbb4bff500d26
-