- Oct 09, 2023
-
-
Chris Manton authored
Bug: 303926933 Test: m . No-Typo-Check: legacy code Change-Id: Ie277ed2b19195ee90f6bfc7e82ece8c198e1efb0
-
Jakub Pawłowski authored
-
Myles Watson authored
-
Jakub Pawlowski authored
Currently, GATT service discovery is scheduled immediately after connection to new LE device. Depending on timing of Link Layer, we might not read remote version information before checking for Robust Caching support. In this case, we would assume device doesn't support it. After this patch, we would wait for "remote version information" command to finish, and go back to schedulsed service discovery. This way, we would alawys use Robust Cache when newly connected device supports it. Test: Bond with a set of devices, where both of them have same GATT database hash. Verify service discovery is triggered only once in snoop log. Bug: 293249869 Change-Id: Id87ce6f8aa4a4f23a33d963dbbc28ef0891a6d75
-
- Oct 07, 2023
-
-
Charlie Boutier authored
-
Jakub Pawłowski authored
-
- Oct 06, 2023
-
-
Myles Watson authored
When both alarms fire before the conditions are checked, the test fails. Reduce the failure rate. Bug: 298724810 Test: atest AlarmTest#test_set_short_short Change-Id: I38a668b5e171b5f5e5822ec186343d7533677dd9
-
Pomai Ahlo authored
-
David Duarte authored
Bug: 266884665 Test: atest BumbleBluetoothTests Change-Id: Ia04d21980dfb613ae4f58cacff2bea55290e38dd
-
Chris Manton authored
Bug: 299365655 Test: m . Change-Id: Ib054cc3495f6db8e5be6cc49af66fda3194a459b
-
Etienne Ruffieux authored
-
Łukasz Rymanowski authored
-
Jakub Tyszkowski authored
-
Etienne Ruffieux authored
Upon connection, the remote device sends its volume to the phone, and the phone will then send its own if it's not the same. In come cases, the remote device doesn't send its volume and we end up not sending the local either because it's the same as before disconnection. This change resets the volume on disconnection and replaces the floor/ceil used for conversion from system to AVRCP vol by rounds, to have a better approximation. Bug: 302322731 Tag: #feature Test: atest net_test_avrcp Change-Id: I56cd10b04669a9daba389d612b978402dcb0a80e
-
Sungsoo Lim authored
-
Xin Li authored
-
Treehugger Robot authored
-
Charlie Boutier authored
* changes: BumbleBluetoothTests: refactor LeAdvertisingTest with new Spliterator. BumbleBluetoothTests: Enhance gRPC callbacks with Spliterator
-
- Oct 05, 2023
-
-
Charlie Boutier authored
Test: atest BumbleBluetoothTest Bug: 303302417 Change-Id: Idefdf030d45b1e77f56ef29b580438876d95f764
-
Charlie Boutier authored
Created a custom class that implements Spliterator and StreamObserver to improve the management of gRPC callbacks. Test: atest BumbleBluetoothTests Bug: 303302417 Change-Id: I3e48c7ca7b51c086f8aa1a4023cd63dd23a799e3
-
Treehugger Robot authored
-
Xin Li authored
Bug: 298295554 Merged-In: I3eda208ea9e168ad05bfda55584fc75647356192 Change-Id: I7ea6fb0433608eb89fdf2e82f41d62bba5a12da3
-
Treehugger Robot authored
-
Christine Hallstrom authored
-
Myles Watson authored
Bug: 303304465 Change-Id: I610856c5475c8c19952cc683c9e156ba59ccaaf5 Test: mma -j32
-
Myles Watson authored
* changes: gd: Remove no-unused-parameter PDL: Fix shadowed struct members
-
Allen Webb authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2772825 Change-Id: I305421062a1458e5f4699b7a92dcad2253a482de Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Allen Webb authored
-
William Escande authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2774305 Change-Id: If0ebae3496a65fef85aa49e22c34b9c6bb9e6e27 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chris Manton authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2688410 Change-Id: I522379673aa600be668d9b90611cb2058631b678 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
William Escande authored
* changes: Do not use registerStateChangeCallback from the app Use a ForwardingServiceListener in BluetoothVolumeControl
-
Chris Manton authored
Skip targets with FUZZ_TARGET preprocessor due to differing LOG_* Bug: 302317771 Test: m . Change-Id: I21835f10e4fab165fbc34005d60733e950dfb888
-
Chris Manton authored
Bug: 294134788 Test: m . Change-Id: I3eda208ea9e168ad05bfda55584fc75647356192
-
Allen Webb authored
GenerateText was renamed to GenText in 23.5.26 because the return behavior was changed, so support both cases for now. https://github.com/google/flatbuffers/commit/950a71ab893e96147c30dd91735af6db73f72ae0 Bug: 303433787 Test: m . # and FEATURES=test emerge-${BOARD} chromeos-base/floss Change-Id: I854fd5196f9a62dd587fec59b9e00d7936c4262d
-
Łukasz Rymanowski authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2769729 Change-Id: I2d026b56e29071529b64c9a3650fe0f20a6f3f9b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Łukasz Rymanowski authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2769725 Change-Id: I6d26633c458d849bd60a32d6de8e206b0d7b43ec Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jakub Tyszkowski authored
Extract group related classes into a separate header and implementation for better separation and readability. Bug: 295972694 Test: atest --host bluetooth_le_audio_test bluetooth_le_audio_client_test bluetooth_test_broadcaster bluetooth_test_broadcaster_state_machine bluetooth_le_audio_codec_manager_test Change-Id: I92a7569b6f3891306a88ed89d7006ce681b9990f
-
Łukasz Rymanowski authored
-
Łukasz Rymanowski authored
-
Yun-hao Chung authored
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2753608 Change-Id: I66179d26d5ee1e7bd62f388c73b7f9289b8651ab Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-