- Feb 29, 2024
-
-
Fangqiu Su authored
Bug: 316941721 Test: mmma . Change-Id: Ie8a3a2b8287b5b3f3f12a351d9f98b54d98a3cdd
-
DC Xu authored
-
Treehugger Robot authored
* changes: gatt_utils: Add tcb state to dumpsys gatt: Disconnected device if there is out of resources issue
-
- Feb 28, 2024
-
-
Sandeep Samdaria authored
-
Sandeep Samdaria authored
-
Grzegorz Kolodziejczyk authored
-
Henri Chataing authored
* changes: Asha: Resample output stream gd/hal: Rename the nocp_iso_clocker module to link_clocker
-
Myles Watson authored
-
Myles Watson authored
-
Myles Watson authored
-
Henri Chataing authored
-
Myles Watson authored
-
Myles Watson authored
-
Myles Watson authored
-
Jack He authored
-
Myles Watson authored
Don't depend on shared libraries for audio. Bug: 325018304 Test: mma -j32 Flag: EXEMPT, build-only change Change-Id: I1000d8662cbd5191529265c33cf1a34b4d5f8ca8
-
Myles Watson authored
Bug: 325018304 Test: mma -j32 Flag: EXEMPT, build-only change Change-Id: I64434205caf0f9318eac3a0c18bcffb033d4e2ee
-
Myles Watson authored
* changes: Simplify btm_process_inq_results_extended Simplify btm_process_inq_results_rssi
-
Treehugger Robot authored
-
Rongxuan Liu authored
-
Rongxuan Liu authored
-
Hsin-chen Chuang authored
-
Henri Chataing authored
Previously simply crashed with ASSERT when an invalid packet was received. This was problematic for a couple reasons: - ASSERT is not always enabled, i.e. some code could be executed with invalid packets as input - in the android emulator context it is not desirable to crash the emulator when receiving an invalid packet Instead, this patch uses the following handling code when a parsing error is found - report the packet through the invalid packet handler (same as generating a bug report with a triggered ASSERT) - send a Hardware Error event to the Host to signal invalid behavior - if in debug mode trigger ASSERT, else ignore the packet Bug: 323226412 Test: m root-canal Flag: EXEMPT, tool change Change-Id: Ibcb89b0fc7f405e3646cfd249a3fad88a668302b
-
dcxu authored
l2c_link_check_send_pkts() Bug: 317482448 Flag: EXEMPT, logging only change Test: mma packages/modules/Bluetooth Change-Id: I4f0240cac3fdb08f0555a529bcf995ee614ab8f6
-
Yuyang Huang authored
-
Yuyang Huang authored
Merge "asserting the DeferredMessages method for the CONNECT action first Then,sends a CONNECT message through the sendMessage" into main
-
Hyundo Moon authored
This test adds a test for aosp/2970751. This CL simulates the crash situation by putting a large data into OPP database and then starting & stopping the service. The crash only happens when the flag is off. Bug: 321897599 Bug: 326135849 Test: atest BluetoothOppServiceCleanupTest Change-Id: I43a7cdd813578a7537331d7a3b78fac1e8404915
-
Himanshu Rawat authored
-
- Feb 27, 2024
-
-
Sandeep Samdaria authored
Problem: Currently, BtaAvCo class is responsible to add update peers. Solution: Refactor the responsibility to a separate class. Bug: 326504354 Test: m seahawk-trunk-userdebug Test: atest net_bt_* Flag: EXEMPT. no logical change, refactor to a new class. Change-Id: I9eddf4d4d9b718c02b56a34cfe0548f377a97f5a
-
Ömer Faruk Yılmaz authored
to the new TransitionalScanHelper See go/scan-manager-refactor for more details. Test: m com.android.btservices Bug: 313335632 Bug: 267361243 Change-Id: I3b2c3f42167d991bd0fed5f71436c914fd4f00fe
-
Sal Savage authored
* changes: Use test local tags for determining test log line output Let the logging framework enforce state machine log levels Don't check against log enforcement variables when event logging Set the stack's default logging level to match "log.tag.bluetooth"
-
Henri Chataing authored
- Create a resampler context for the hearing aid devices. The audio is resampled when received from the audio server, and before being channel-split and encoded for each device - The clock recovery for the HA resampler is fed with L2CAP Flow Control Credit Ind events from _one_ of the audio connections to the HA devices. Should the connection be lost, the resampler is reconfigured to use events from the other connection. Bug: 300285792 Bug: 312273987 Test: m com.android.btservices Test: Manual | Stream with HA devices, monitor drift in resampler logs Change-Id: I5302146e53b788f4df307a3887dbccb3b4bf3105
-
Edward Wang authored
-
William Escande authored
-
Sandeep Samdaria authored
Problem: BtaAvCo (bta_av_co.cc) source file is overloaded with lots of responsibilities Solution: The declaration should be defined in its own header file. Also, the peer declaration should be in its own header file to allow writing unit-test cases. Bug: 326496929 Test: m seahawk-trunk-userdebug Test: atest net_bt* Flag: EXEMPT, no logical change, only refactor Change-Id: I0afac438d0c240beb8e7a3fe86ed750f8e396aad
-
Henri Chataing authored
-
Henri Chataing authored
* changes: system/btif/co: Migrate to libbluetooth_log system/btcore: Migrate to libbluetooth_log
-
Himanshu Rawat authored
Change-Id: Ibda88392bde3d9e094858b4e50940113ab7db8fd Test: mma packages/modules/Bluetooth Bug: 327208896 Bug: 315241296
-
Myles Watson authored
-
Henri Chataing authored
In preparation for adding the support for L2CAP credit acknowledgments parsed from ACL data packets. Add empty OnAclData packet handler, to be implemented. Bug: 300285792 Bug: 312273987 Test: m com.android.btservices Change-Id: Ib9b96c8c579ab67239d4a50f3fd1cf7e739a53bf
-