- Jan 09, 2023
-
-
William Escande authored
-
- Jan 08, 2023
-
-
Treehugger Robot authored
-
William Escande authored
-
David Duarte authored
-
- Jan 07, 2023
-
-
Treehugger Robot authored
-
Ying Hsu authored
-
William Escande authored
* changes: Remove second action on tBTA_DM_PM_SPEC Use system property for sniff idle time in HS Use lazy static initialization
-
William Escande authored
-
William Escande authored
Because of recursion, we think we are starting the wrong module in the error crash "Can't start stack, last instance: starting Btaa Module" while it's stuck on hci Test: None Bug: 261263171 Change-Id: If7d87a7c98c2190f1db9de84a1c6f5de814d4f2d
-
- Jan 06, 2023
-
-
Abhishek Pandit-Subedi authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
David Duarte authored
-
Łukasz Rymanowski authored
* changes: btm_iso: Add ISO tracking to btm dumpsys gatt: Improve logging
-
Rahul Arya authored
Implemented everything available, with exceptions needing call history, redialing, call hold/resume functionality, as well as a few tests that failed for reasons I can't figure out. Bug: 264637071 Test: atest pts-bot:HFP/HF Change-Id: I203dfaf802a07a73a470181fc3a328d59c9cff84
-
Abhishek Pandit-Subedi authored
-
Abhishek Pandit-Subedi authored
-
Bo Hu authored
-
Adrian Roos authored
-
Adrian Roos authored
This reverts commit 9d76f0b7. Reason for revert: breaks aosp_arm64-userdebug_tidy Bug: 264648327 Change-Id: I7de1704c412ddb236456e9e6c44f074c704c0896
-
Henri Chataing authored
-
Henri Chataing authored
-
Kihong Seong authored
-
William Escande authored
-
William Escande authored
-
Hyundo Moon authored
-
David Duarte authored
Setting the promise before removing the value was making some tests flaky because they assumed that the value was removed when the promise returned which happened most of the time until it didn't Bug: 264500085 Test: bluetooth_test_gd_unit64 --gtest_filter=QueueTest.* --gtest_repeat=-1 Change-Id: I951e21b78d971966a40d3c53aa1c26caa532f0df
-
William Escande authored
-
Treehugger Robot authored
-
Abhishek Pandit-Subedi authored
Currently, GetProfileConnectionState returns different values for different profiles and expects a magic constant (the enum Profile) instead of the profile UUID. Update the api to take the profile uuid instead (which is a Bluetooth assigned UUID) and return a consistent ProfileConnectionState enum. This also distinguishes between a Connected and Active state since some profiles have idle states (i.e. a2dp, hfp) even when they're connected. Bug: 262939746 Tag: #floss Test: Manual test on ChromeOS Change-Id: I42aeecec40c40b9015ef11d8e85c445ab7440f98
-
Kihong Seong authored
Bug: 237467631 Test: atest BluetoothInstrumentationTests Change-Id: I15cd8bb116bb637995dcf8806ac42c757e8aa193
-
- Jan 05, 2023
-
-
William Escande authored
-
William Escande authored
Action was never used Test: atest bt_host_test_bta Bug: 263323082 Change-Id: Ieee5a2d594319c92d38be0423d8f00a80ce77420
-
Ugo Yu authored
Notifications take longer time to enter sniff mode if HFC is connected. Use bluetooth.bta_hs_sniff_delay_ms.config to replace the hardcoded 7000ms so we can adjust the sniff time Bug: 263323082 Bug: 229316487 Test: Connect, enter sniff mode Change-Id: I200ad8b402814115d0460c5f627aa3becf3c0d62 (cherry picked from commit a6f472f1eea71517188d0849897949f7bb6739d7)
-
William Escande authored
global static initialization order is an issue in cpp. We need to switch to lazy static to allow runtime config tweak Test: atest bt_host_test_bta Bug: 263323082 Change-Id: Ie14ee76a9577f6c957359deb80d8ec548a5b2067
-
Martin Brabham authored
-
Myles Watson authored
-
William Escande authored
Test: atest RoundRobinSchedulerTest + aclManagerTest Bug: 264572812 Change-Id: If299ab70ab1f7b1669a16fc7849765a846f2bdde
-
Łukasz Rymanowski authored
Example logs: shim::legacy::btm 2023-01-05 16:13:22.411 ISO Establish CIS : xx:xx:xx:xx:dc:71 handle:0x0041 shim::legacy::btm 2023-01-05 16:13:23.105 ISO CIS established event : xx:xx:xx:xx:dc:71 cis_handle:0x0061 status:Success shim::legacy::btm 2023-01-05 16:13:23.210 ISO Setup data path : xx:xx:xx:xx:dc:71 handle:0x0061, dir:0x00, path_id:0x01, codec_id:0x03 shim::legacy::btm 2023-01-05 16:13:23.211 ISO Setup data path complete : xx:xx:xx:xx:dc:71 handle:0x0061, status:Success shim::legacy::btm 2023-01-05 16:13:23.289 ISO Remove data path : xx:xx:xx:xx:13:0d handle:0x0060, dir:0x01 shim::legacy::btm 2023-01-05 16:13:23.290 ISO Remove data path complete: xx:xx:xx:xx:13:0d handle:0x0060, status:Success shim::legacy::btm 2023-01-05 16:13:23.290 ISO Disconnect CIS : xx:xx:xx:xx:13:0d handle:0x0060, reason:Remote Terminated Connection shim::legacy::btm 2023-01-05 16:13:23.329 ISO CIS disconnected : xx:xx:xx:xx:13:0d cis_handle:0x0060, reason:Local Terminated Connection shim::legacy::btm 2023-01-05 16:13:23.329 ISO Remove data path : xx:xx:xx:xx:dc:71 handle:0x0061, dir:0x01 shim::legacy::btm 2023-01-05 16:13:23.330 ISO Remove data path complete: xx:xx:xx:xx:dc:71 handle:0x0061, status:Success shim::legacy::btm 2023-01-05 16:13:23.331 ISO Disconnect CIS : xx:xx:xx:xx:dc:71 handle:0x0061, reason:Remote Terminated Connection shim::legacy::btm 2023-01-05 16:13:23.451 ISO CIS disconnected : xx:xx:xx:xx:dc:71 cis_handle:0x0061, reason:Local Terminated Connection shim::legacy::btm 2023-01-05 16:13:23.451 ISO CIG Remove : xx:xx:xx:xx:00:00 cig_id:0x02 (f:0) shim::legacy::btm 2023-01-05 16:13:23.453 ISO CIG Remove complete : xx:xx:xx:xx:00:00 cig_id:0x02, status: Success shim::legacy::btm 2023-01-05 16:13:23.694 ISO CIG Create : xx:xx:xx:xx:00:00 cig_id:0x02, size: 2 shim::legacy::btm 2023-01-05 16:13:23.695 ISO CIG Create complete : xx:xx:xx:xx:00:00 cig_id:0x02, status: Success shim::legacy::btm 2023-01-05 16:13:24.051 ISO Establish CIS : xx:xx:xx:xx:13:0d handle:0x0040 shim::legacy::btm 2023-01-05 16:13:24.051 ISO Establish CIS : xx:xx:xx:xx:dc:71 handle:0x0041 Bug: 262646759 Tag: #feature Test: atest net_test_btm_iso Test: manual Change-Id: I08a0c3edadceaa4dc2ed058c2de66b528fa82f67
-