- Nov 08, 2022
-
-
Henri Chataing authored
Bug: 258075808 Test: m root-canal Change-Id: I9603e5c6cfde7a041cf1f2f52dcdc05aa40c41f9
-
William Escande authored
-
David Duarte authored
-
William Escande authored
-
Henri Chataing authored
-
Jakub Pawłowski authored
-
Jayden Kim authored
* changes: Fix Bluetooth LE advertising logger for enableAdvertisingSet Fix the BT settings is crashing after Toggle OFF/ON Add Bluetooth LE advertising logger
-
Jakub Pawlowski authored
Bug: 247492602 Bug: 257929630 Test: stress test on/off Change-Id: Ibbb382404875e61bf24d86e00294c6b470152126
-
William Escande authored
-
William Escande authored
The following ``` verify(adapterService).onProfileServiceStateChanged(profile) assertThat(profile).isNull(); ``` can fail because the profile is set to null after the call to onProfileServiceStateChanged By adding a verify on `removeProfile` I ensure the `profile.stop()` has been called Bug: 257183155 Test: atest BluetoothInstrumentationTests Change-Id: I5b80b0f08435c911a41e63e9a40516ba8469c9eb
-
Rahul Arya authored
Bug: 237447510 Test: no Change-Id: Ia0caa7f611bb1d264b00f0c449d51679d7f5a1b8
-
Treehugger Robot authored
-
William Escande authored
Bug: 257375445 Test: atest BluetoothInstrumentationTests Change-Id: I8232879b8e0a383b1767e74ec727a35be21bf90d
-
- Nov 07, 2022
-
-
Chris Waddell authored
Bug: 226572369 Test: In follow-up CL Change-Id: I3cc67c9f1466fc8518c81160fbf3034b7ae6807b
-
Treehugger Robot authored
-
Thomas Girardier authored
Test: NA Change-Id: Ifffacac7a34022b6c04ceaaf332a0f73fac3ea12
-
Łukasz Rymanowski authored
-
Treehugger Robot authored
-
- Nov 05, 2022
-
-
Jayden Kim authored
- records enable/disable AdvertisingSet Correctly - handles advertising disabled events by duration timeout (status is 60) Bug: 213610155 Tag: #stability Test: manual test with test app and adb shell dumpsys bluetooth_manager Change-Id: I1ac5b56fe85cc06201c1346f4266ad0ff9d4e7bc
-
Treehugger Robot authored
-
- Nov 04, 2022
-
-
David Duarte authored
And document why the fix is needed Test: atest BluetoothInstrumentationTests -- --exclude-filter AdapterServiceTest#testObfuscateBluetoothAddress_PersistentBetweenAdapterServiceInitialization Fix: 255088822 Change-Id: Ia8aa2aa35881e1f23c430761b81ce39577027006
-
Thomas Girardier authored
-
Rahul Arya authored
Change-Id: I9e10e7ef4e56a103bfd2c916b27920487e2ab173 Test: atest BluetoothDeviceConfigChangeTrackerTest Bug: 242348618
-
Rahul Arya authored
Bug: 237447510 Test: atest pts-bot:HFP Change-Id: Ie16aa3ed8fa6c49afec1e8814dd228320fb9be8e
-
Jakub Pawłowski authored
-
Jakub Pawłowski authored
-
Ying Hsu authored
`advertise set-scan-rsp <enable|disable>` enables or disables scan response data of active advertising sets. Bug: 233128828 Tag: #floss Test: build.py --target test Test: manual test with btclient Change-Id: I73efe1a9f506474120c97b9b2753d1d19b90fd4f
-
Łukasz Rymanowski authored
If remote device uses gatt caching, LeAudio mighd start to do searvice search and read on non encrypted link during pairing. Bug: 257465691 Test: manual pair multiple times with devices supporting gatt caching Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: Iec70fa30453871cd95fc494d9e130ae0dbc3c5b1
-
Łukasz Rymanowski authored
-
Łukasz Rymanowski authored
-
Łukasz Rymanowski authored
-
Treehugger Robot authored
-
Łukasz Rymanowski authored
This function suppose to clear scheduled devices discovery or inquire and not scheduled service discovery Problem can be visible when pairing coorinated set and could end up with one device being bonded but without any services connected. Bug: 247511422 Bug: 242645864 Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: I83f55a173a17544c1a736a8218b769b038b9eecc
-
Treehugger Robot authored
-
Ömer Faruk Yılmaz authored
-
Treehugger Robot authored
-
Michael Groover authored
-
Etienne Ruffieux authored
-
Etienne Ruffieux authored
This reverts commit 29b0d287. Reason for revert: Change breaks multiple tests, see b/257340301 Change-Id: I4a5d7ac69b32a6dc1b782e5d4643ca4529108c22
-
- Nov 03, 2022
-
-
Ying Hsu authored
The command, 'advertise on', start an advertising sets with default parameters and data. This patch allows this command to be executed more than one time to start multiple advertising sets. A potential deadlock between btclient command handler and D-Bus callback while stopping multiple advertising sets is also fixed in this patch. Bug: 233128828 Tag: #floss Test: build.py --target test Test: manual test with btclient Change-Id: I68c50670e9101ce0618516a14f75e7d10e8a301a
-