- Feb 15, 2024
-
-
Henri Chataing authored
Test: m com.android.btservices Bug: 305066880 Flag: EXEMPT, mechanical refactor Change-Id: Ifb31c46c84018375f9db936552f55f0ee1931d30
-
Henri Chataing authored
Test: m com.android.btservices Bug: 305066880 Flag: EXEMPT, mechanical refactor Change-Id: I4072ca0d02c873d030a8aa87d261f7a1eab63fa5
-
- Feb 14, 2024
-
-
Hui Peng authored
-
Henri Chataing authored
* changes: system/stack/hid: Migrate to libbluetooth_log system/stack/gatt: Migrate to libbluetooth_log system/stack/gap: Migrate to libbluetooth_log
-
Jakub Pawłowski authored
-
Hui Peng authored
During reset, when btm_sec_cb.sec_dev_rec becomes null and encyption events is sent to the host, nullptr check failure will cause the stack to crash. Bug: 324655049 Test: m com.android.btservices Test: see aosp/2879087 Flag: EXEMPT, add null check Change-Id: I33052b78c8989930c8c9dbdb49924e5c230266c3
-
Myles Watson authored
-
David Duarte authored
-
Kyunglyul Hyun authored
-
Christine Hallstrom authored
-
Kyunglyul Hyun authored
-
Hyundo Moon authored
-
- Feb 13, 2024
-
-
Henri Chataing authored
Test: m com.android.btservices Bug: 305066880 Flag: EXEMPT, mechanical refactor Change-Id: Ia01c229d0e798874f1d95c76a40e5accec88c1ed
-
Henri Chataing authored
Test: m com.android.btservices Bug: 305066880 Flag: EXEMPT, mechanical refactor Change-Id: I6dd97f7a8b2671a6a5f117457b928fca060ba5e7
-
David Duarte authored
Multiple license headers where changed in https://r.android.com/2902250 and https://r.android.com/2902370. Changing back to the original one as this is not allowed per https://source.android.com/docs/setup/contribute/licenses#follow_license_and_copyright_best_practices Bug: 318610752 Test: N/A Flag: Exempt, comment change Change-Id: I2b7c6bcfc9cd6d2096379f8e6a200b090efe8818
-
Christine Hallstrom authored
Add helper method to call into for profiles that connect over BR/EDR transport, to accommodate the behavior correction where identity address can be null. Bug: 317120534 Bug: 295907764 Bug: 323148948 Test: m com.android.btservices Test: Manual; connect A2DP device bonded using settings (so bonded over classic first) and ensure no crash with flag enabled. Change-Id: Idd69ef1bf503c455ece7c4a74487442eddc4bbbd
-
Sal Savage authored
* changes: Update conditions using log tag enforcement variables with other logic Update per-instance tag patterns to use the message and not tag
-
Łukasz Rymanowski authored
-
Chris Manton authored
Bug: 324339593 Test: m . Flag: EXEMPT, Mock test infrastructure Change-Id: I69aea1f9a7951db73baea94dccb66496e08fb522
-
Henri Chataing authored
* changes: system/stack/eatt: Migrate to libbluetooth_log system/stack/btu: Migrate to libbluetooth_log
-
Katherine Lai authored
-
Chris Manton authored
Bug: 324418737 Test: m . Flag: EXEMPT, Testing infrastructure Change-Id: I29954559bacfc622c97b71dcedef937ef62cb612
-
Treehugger Robot authored
-
Sal Savage authored
This pattern is hard to script for while still preserving the intended logic of the code. Update the few instances that do this so they can be properly migrated to the new logging scheme. Tag: #refactor Flag: EXEMPT, logical no-op Bug: 315046089 Test: atest AtPhonebookTest.java Test: atest BluetoothMapContentTest.java Test: atest BluetoothMapContentObserverTest.java Test: atest BluetoothMapObexServerTest.java Test: atest BmessageTest.java Test: atest SapMessageTest.java Change-Id: If1c07a42caf12419fc46fc3fb16fd08ca1e52c69
-
Sal Savage authored
Tag: #refactor Flag: EXEMPT, logging only change Bug: 315046089 Test: atest HfpclientDeviceBlockTest.java Test: atest BluetoothMapMasInstanceTest.java Change-Id: I4ee9fdb4fb4656d78d90cff33543ce7ecaae76d2
-
Katherine Lai authored
Add new API GetSupportedRoles that returns a list of BtAdapterRoles, which can be Central, Peripheral, and CentralPeripheral. This is based off of controller_shim's get_ble_supported_states() which returns the LE states from HCI LE Read Supported States command (Core 5.3, Vol 4, Part E, 7.8.27). Bug: 310995348 Tag: #floss Test: manual calling API on brya Test: mmm packages/modules/Bluetooth Flag: EXEMPT, floss change for ChromeOS only. Change-Id: I5a07cee7a3c5c597edd58816d7778d52141eac0d
-
Andrew Cheng authored
Bug: 323382399 Bug: 323381393 Bug: 288895550 Bug: 315241296 Test: m service-bluetooth Change-Id: I23f43a7b68ca368f4159d1eaa904a89488df3566
-
Andrew Cheng authored
MCE currently doesn't handle DeliveryFailure and SendingFailure Event types of MAP-Event-Reports from the MNS, even though parts of the code (e.g., `notifySentMessageStatus`) seems to support it. Bug: 322023693 Bug: 288895550 Bug: 317400386 Test: atest MapClientStateMachineTest Change-Id: Ic2fc1aeb7cdb85002506096b1465a6cbdecd57bf
-
Hyundo Moon authored
When running OPP activity related tests, the tests enabled/disabled unnecessary activities including which should always be enabled. As a result, device could not send a file via Bluetooth until reboot since BluetoothOppLauncherActivity was disabled after any of those tests. This CL makes only nessceary activities be enabled/disabled during the tests. Bug: 324185238 Test: atest BluetoothOppBtEnableActivityTest \ BluetoothOppBtEnablingActivityTest \ BluetoothOppLauncherActivityTest \ BluetoothOppReceiverTest \ BluetoothOppTransferActivityTest \ BluetoothOppTransferHistoryTest \ BluetoothOppUtilityTest \ IncomingFileConfirmActivityTest Change-Id: If2930858d122ee20b8ebf5c1c381018182478f93
-
Jakub Pawlowski authored
Get rid of last direct reference to scan params. Flag: EXEMPT, minor cleanup, no logical change Test: m com.android.btservices Bug: 323055641 Change-Id: I9aa102ec587a274a90251242f387bc9466a41ed7
-
Michal Belusiak authored
-
Łukasz Rymanowski authored
-
Kihong Seong authored
ScanManagerTest#testMetricsScanRadioDuration is currently flaky due to delay in rare long delays in start and stop scan calls. The test measures duration of scan and takes into account the delay that may happen in test situations, but the delay needs to be increased to cover some very rare test failures due to long delays. Bug: 323290726 Test: atest BluetoothInstrumentationTests Flag: EXEMPT, test change only Change-Id: I278133f6526bb400932b95a92941823d7f9e70ba
-
William Escande authored
* changes: Trunk Stable/OppReceiver: do not skip test Trunk Stable/MediaControl: do not skip test Trunk Stable/HeadsetStateMachine: do not skip test Trunk Stable/GattServiceTest: do not skip test
-
William Escande authored
* changes: Trunk Stable/BondStateMachine: Use static flagging Trunk Stable/MediaPlayerList: Use static flagging Trunk Stable/HearingAid: Use static flagging
-
Henri Chataing authored
Test: m com.android.btservices Bug: 305066880 Flag: EXEMPT, mechanical refactor Change-Id: I35057c3038b1e70188596659da41a3a245901c4a
-
Henri Chataing authored
Test: m com.android.btservices Bug: 305066880 Flag: EXEMPT, mechanical refactor Change-Id: I60617a1445cff06b6da6cf9b36becd8330a8ea78
-
Henri Chataing authored
Test: m com.android.btservices Bug: 305066880 Flag: EXEMPT, mechanical refactor Change-Id: Ide896075e6a97f4d722f29740064e81089d92be8
-
Henri Chataing authored
-
Henri Chataing authored
Merge "le_scanning: Extended le_scanning_reassembler to support periodic advertising events" into main
-