- Nov 21, 2023
-
-
Chris Manton authored
Bug: 311714808 Test: atest net_test_btif_hh Change-Id: If882fbb7fdec1086431ee8f9f863fe14300fc8e9
-
Kyunglyul Hyun authored
-
Łukasz Rymanowski authored
-
Jakub Pawłowski authored
-
William Escande authored
-
Hui Peng authored
-
David Duarte authored
-
Hsin-chen Chuang authored
-
- Nov 20, 2023
-
-
Chris Manton authored
Bug: 311795290 Test: atest net_test_btif Change-Id: I9ce05d3015066fee0025ca30ed6b166f51cbacb2
-
Hui Peng authored
Bug: 301661850 Test: mma packages/modules/Bluetooth Change-Id: Iac658f34a94673b48b8895ed47532c87a785e795
-
Chris Manton authored
Bug: 310713424 Test: atest net_test_bta Change-Id: I740c9064778f69eead84b58b93eb7965012a01aa
-
Hui Peng authored
-
Hui Peng authored
-
Ben Lawson authored
-
Ben Lawson authored
-
Chris Manton authored
Bug: 311955004 Test: m . Change-Id: I39239a592cd63b0393cefb2920a2d724272dcb61
-
William Escande authored
Some test are ignored and associated bug has been opened Bug: 303249734 Bug: 308031848 Bug: 308014302 Bug: 307981748 Test: atest BumbleBluetoothTests:android.bluetooth.GattClientTest Change-Id: Id4a06157d388aca0cb67dfff8d61f1c3ed4524d7
-
Hui Peng authored
move the failing case to the beginning and return early Bug: 301661850 Test: mma packages/modules/Bluetooth Change-Id: I4a18b5f1f66554b06efa217a14a7c62722e19814
-
Hui Peng authored
The code for calling remote name callbacks is duplicated, this change factorout the duplicate code with a static method. Bug: 301661850 Test: mma packages/modules/Bluetooth Change-Id: Id96203d1c76fa4da9da704d91861f7cde5310e21
-
Treehugger Robot authored
-
William Escande authored
-
William Escande authored
-
Treehugger Robot authored
-
David Duarte authored
is_acceptlisted type is a uint16_t used as a boolean so change it to a bool Bug: 311713922 Test: m com.android.btservices Change-Id: I2b0796393e1462f0429717521ed104c393dfe5af
-
William Escande authored
Bug: 311772251 Test: m Bluetooht | build only as no-op change Change-Id: I5780b0c9127f9a54b1ebaeb6784d56811b49af40
-
William Escande authored
-
William Escande authored
Bug: 311772251 Test: m service-bluetooth | No-op change Change-Id: I663f7200ceeea7ce49ed93ca85ba3e3ded205859
-
William Escande authored
* changes: SystemServer: Force ContentResolver to not be null SystemServer: Improve logging around name change
-
William Escande authored
The codec has dependency on hardware. Using a sysprop will prevent wrong usage of it Bug: 308497929 Test: m Bluetooth | no-op test Test: atest bt_host_test_bta | Cf aosp/2679780 Change-Id: I5c0c24b65cf16b1b91b4a553c7be2a08c2e079b9
-
Ben authored
Add startBleScan_oneTooManyScansFails test that starts more scans than the system supports, resulting in an error. Bug: 235096450 Test: atest BumbleBluetoothTests:android.bluetooth.LeScanningTest Change-Id: I30da3f0fb7b3265913ecd8b017ce428356d2ce05
-
William Escande authored
-
Chris Manton authored
Bug: 311673814 Test: m . Change-Id: Id495d2a6f9c9ef956db9731b33ca22462084ae76
-
Chris Manton authored
Bug: 302317771 Test: atest net_test_btif Change-Id: I39801a9456822ce61849d8b75b8199dfc89a8413
-
Łukasz Rymanowski authored
-
Jason Hsu authored
-
Jakub Rotkiewicz authored
* changes: bta/ag: Unit tests for AptX Voice AptX Voice feature support
-
Hyundo Moon authored
-
Hsin-chen Chuang authored
Currently Floss only starts freshness check after discovering, but socket connection and scanner could also add devices into found_devices without triggering freshness check. Since the check is low-cost, we decide to run it in the background forever to make sure all temporary devices are cleared. Bug: 306091662 Tag: #floss Test: mmm packages/modules/Bluetooth Test: Verified device is cleared after incoming connection ended Test: Verified device is cleared after adv lost for a while Change-Id: Ibc1a8008522a6fb97067422370d4163fc842071a
-
Kyunglyul Hyun authored
MceStateMachine#doQuit is called inside tearDown(), which call MceStateMachine#onQuitting, which cleans up the device. During the testing, a new state machine can be assigned to the same device ID, which could be cleaned up by the previous state machine. By accepting the state machine instance, this change prevent this. Bug: 308622269 Test: atest MediaClientServiceTest Change-Id: I2310845445a2d040a81331147f42b11cbe5b92a5
-
- Nov 19, 2023
-
-
Łukasz Rymanowski authored
Following MTU Request should not be enque for exectution but simply put in the queue, which later is checked by the code when MTU Exchange procedure is ended. Bug: 311830877 Test: manual stress testing of LE HS reconnections. Tag: Feature Change-Id: Ic90cadbebdcc52a496f2b1eea4e9a18746e5b327
-