- Oct 11, 2023
-
-
Alice Kuo authored
From BAP, the device should set the LE audio bit 14 in CoD. It's hard to update the CoD per project setting. BT stack would check the feature enable system properties to update the CoD LE audio bit automatically. Bug: 263747231 Test: m com.android.btservices Change-Id: Ieb8c50babb87d7704e2c1e8e91a511063d6d9a66
-
John Lai authored
-
Sungsoo Lim authored
-
Chris Manton authored
Bug: 298523766 Test: atest bt_host_test_bta Change-Id: I8e8e260ada3f90e2b77b2a6aba756effa613aa92 Change-Id: Ia9de400cb6b3d23c4202cbb88101ddadf8c535f6
-
- Oct 10, 2023
-
-
Treehugger Robot authored
-
Myles Watson authored
* changes: LeScanningManager: Use hci::check_complete LeAdvertisingManager: Use hci::check_complete DistanceManager: Use hci::check_complete Controller: Use hci::check_complete HCI: Use common status checks for events
-
David Duarte authored
Bug: 298680973 Test: mmm packages/modules/Bluetooth (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a94ef57ebc136a62cbf322a9f577fcb1caf93da7) Merged-In: Iccb65bc4ede79b656b5b17d3596d99744c168861 Change-Id: Iccb65bc4ede79b656b5b17d3596d99744c168861
-
Himanshu Rawat authored
-
William Escande authored
* changes: Fix Bluetooth app dependency Jarjar to prevent conflict w fwk-bluetooth.jar Jarjar to prevent conflict w system/framework.jar
-
Himanshu Rawat authored
Bug: 291521892 Test: mma Test: m com.android.btservices Change-Id: Ica18ee891c97919f9a421154dff9aaf7ba3d8898
-
Himanshu Rawat authored
-
Himanshu Rawat authored
-
Myles Watson authored
Merge "Avatar: Modify "test_music_start_dual_device" test case for system behavior changed" into main
-
Łukasz Rymanowski authored
-
William Escande authored
* changes: Nit clean of unused declaration Add ble sysprop for vnd_included
-
Himanshu Rawat authored
Bug: 260493132 Test: mma Test: m com.android.btservices Change-Id: I9b623b351d8e4274725171bb9fca0993d0510719
-
Himanshu Rawat authored
Test: m com.android.btservices Bug: 282061758 Change-Id: I43317d2f3b41588a17bf40f8d1591e22d8aa31dc
-
Chris Manton authored
For testing legacy device and service discovery Bug: 298523541 Test: atest bt_host_test_bta Change-Id: I8e8e260ada3f90e2b77b2a6aba756effa613aa92
-
William Escande authored
* changes: Force reorder-init-list as error Fix reorder-init-list in power telemetry
-
Myles Watson authored
Bug: 304527192 Test: mma -j32 Change-Id: Id7ff7df73a55288228a0c37dea1ca91e574a7861
-
Myles Watson authored
Bug: 304527192 Test: mma -j32 Change-Id: I9a8e5293b8c70a008ba517d0127e9d1df4ab8c5a
-
Myles Watson authored
Bug: 304527192 Test: mma -j32 Change-Id: I600cc8f33e03d03a7c5506e9a03af76e629dbce6
-
Myles Watson authored
Bug: 304527192 Test: mma -j32 Change-Id: I9e30d2f69d01f19a92488e8686ec38cae527bcd6
-
Myles Watson authored
Bug: 304527192 Test: mma -j32 Change-Id: I8a0182e37c9eccca8e3f734ff57ff3570330b4be
-
Duo Ho authored
Test: atest avatar Bug: 301325580 Change-Id: Ia32bdcd905992b97a67eae17930f0edd73b903be
-
Alexey Patosin authored
-
Jakub Pawłowski authored
-
Himanshu Rawat authored
* changes: Consistent storage keys Remove entire storage section when the device is unbonded
-
Archie Pusaka authored
-
Łukasz Rymanowski authored
Volume control service was missing information about group being active and was no able to change the volume for the active group. Issue could be observed after phone restart or when switching between two LE HS Bug: 302142886 Test: atest VolumeControlServiceTest Tag: #feature Change-Id: Idc11e503d2c0cea67ce0738fabde0adb0797a358
-
Etienne Ruffieux authored
-
Łukasz Rymanowski authored
Failing scenario fixed in this patch 1. ANdroid bonded with Dual Mode device over BR/EDR and later over LE using CTKD 2. CSIS having cached Advertising Reports, sends to Java RPA of already bonded device as a next set member 3. The above leads to read second set member being no bonded. Bug: 290914667 Test: atest bluetooth_csis_test for regression Test: manual 10 times pairing in the raw Tag: #feature Change-Id: I7e543ff4feeb4dab650bdeb5bb60593ba065c1f8
-
Jakub Pawłowski authored
Merge "let HapClient profile to update connection policy with other LE audio GATT based profile" into main
-
William Escande authored
Since we fixed all warning, it would be better to not introduce any futur regression, hence adding the flag by default Bug: 297606425 Test: m Bluetooth | this is no-op, only impact build Change-Id: Iac0b15bae84408804c5f9c1d4428a3201484d500
-
William Escande authored
Follow up of aosp/2656937 Bug: 290393336 Test: m Bluetooth | no-op change, only need to build Change-Id: Iebec9d1e683510eb703414e830bb6b83b7cd3bd5
-
Yongqin Liu authored
The original BLE_VND_INCLUDED define method cannot be override on runtime and some targets need to disable this feature(Eg: hikey960 board) Test: m . Test: bluetooth enabled by default after boot with the hikey960 board Bug: 302408538 Change-Id: I6da644a22056c8198b0dcd63b98c12fe829d487f Signed-off-by:
Yongqin Liu <yongqin.liu@linaro.org>
-
- Oct 09, 2023
-
-
William Escande authored
``` stack_power_telemetry.cc:518:7: warning: ISO C++ requires field designators to be specified in declaration order; field 'channel_type' will be initialized after field 'src' [-Wreorder-init-list] .src.cid = static_cast<uint16_t>(src_id), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stack_power_telemetry.cc:517:23: note: previous initialization for field 'channel_type' is here .channel_type = channel_type, ^~~~~~~~~~~~ ``` Bug: 297606425 Test: m Bluetooth | Only build needed no-op change Change-Id: Ifad027799e58a93afb11ea97c54c30adefb104ea
-
Krzysztof Kosiński authored
-
Chris Manton authored
Bug: 299365655 Test: m . Change-Id: Ia3cbf8614f91b99d429a9f60bd23064e795a608c
-
Michael Sun authored
-