- Sep 01, 2023
-
-
Myles Watson authored
Bug: 296427840 Test: mma -j32 Change-Id: I211ef03bd504ff81dc90551ff2d1c418a92b99d8
-
Myles Watson authored
Bug: 296427840 Test: mma -j32 Change-Id: Ifc65e13b17b71c80fcfb4fc11dd206312d38aed9
-
Rongxuan Liu authored
-
Treehugger Robot authored
-
William Escande authored
NO_IFTTT= changing the path for the sources doesn't change the gd_device Bug: 296427840 Test: mma -j32 Change-Id: I2be7877229972584fe692c0541f957cfdf25b6cf Merged-In: I2be7877229972584fe692c0541f957cfdf25b6cf
-
Jayden Kim authored
-
Rongxuan Liu authored
getAllBroadcastMetadata will return immutable Collections.emptyList() in error cases, this might cause following list add operation in updateBroadcastMetadata report UnsupportedOperationException. the fix is to use ArrayList instead if the broadcastMetadata list is empty. Bug: 287099760 Test: mma LeAudioTestApp Test: manual test with LeAudioTestApp Change-Id: I2c7b0ca8ac2d431030940936f754f822b1cc9779
-
Myles Watson authored
* changes: Remove libbt_shim_bridge from fluoride_defaults Remove libbt-platform-protos-lite from fluoride_defaults Remove unused libbluetooth_rust_interop from fluoride_defaults Remove libbluetooth-types from fluoride_defaults Remove libbluetooth_headers from fluoride_defaults
-
Jakub Tyszkowski authored
-
Jayden Kim authored
Bug: 287610827 Test: atest BluetoothInstrumentationTests and device test Change-Id: Ib2aeec208f0c924fc01d47db47a1ed6b238fd9d2
-
Treehugger Robot authored
Merge "Handle Headset Client connection state broadcasts received by PBAP Client by direct call." into main
-
Henri Chataing authored
- reorder header includes - always use absolute path from the rootcanal project root - always include headers for all required imports in a file (no transitive import) Bug: 279665786 Test: m root-canal Change-Id: I6a58b3038c786c200fea65a0b31ef2a0604cba20
-
Aritra Sen authored
Bug: 296932947 Test: atest BluetoothInstrumentationTests Tag: #refactor Change-Id: Id7bda4cf35780a3873cbe16c1855c09876a216ad
-
- Aug 31, 2023
-
-
Sal Savage authored
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: I3a270e9b05a0b5f8d2cc13e878c3d2f7c4e6d10c
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: I53ea156f98c9392f9bc15e629799fbfefd5f7bb2
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: I618a45510810c891240600e5c94e3508b4f499d5
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: Ic4233b951586a90cb35f7c6264b4bc9b93858061
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: Ie36c3674193858660c783a0916c3b7f14a725fe2
-
Henri Chataing authored
-
William Escande authored
-
Sal Savage authored
If a device receives a disconnect event while connecting, that event is currently dropped and the device won't end up disconnecting as a result of the request. To fix this, we'll defer the request until we exit the connecting state. Either we end up disconnecting (connection fails) and the disconnect is redundant, or we end up in connected where the request is properly processed Tag: #stability Bug: 298209581 Test: atest BluetoothInstrumentationTests Change-Id: I66bc568b0649dd8259d3cdfa1a7979c53851ba12
-
Chris Manton authored
Bug: 297247268 Test: m . Change-Id: Idb3c87deddbce4509d631be85fbce2651ef03d79
-
Jakub Tyszkowski authored
Bug: 295574405 Test: atest --host bluetooth_le_audio_client_test --disable-upload-result --minimal-build --no-metrics Change-Id: I6de878cded1768f1bb37fea669c601ea1b2208df
-
Treehugger Robot authored
-
Jeremy Wu authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
William Escande authored
Bug: 298149530 Test: atest BondStateMachineTest | This happen as a race condition during stack shutdown and cannot be easily test. Fix is trivial Change-Id: I41e82064a5cca1639fdf57696745ad4e53d50877
-
Kihong Seong authored
-
- Aug 30, 2023
-
-
Aritra Sen authored
Tag: #stability Test: mma -j32 Change-Id: I8707486f453e3bc10339707fc0737a49d47a1c38
-
Dan Shi authored
This does not change the existing test mapping suite coverage. Bug: 298228905 Test: atest presubmit Change-Id: If5e64badd766cd71d74f446691d2aca074e29e4d
-
Henri Chataing authored
- reorder header includes - always use absolute path from the rootcanal project root - always include headers for all required imports in a file (no transitive import) Bug: 279665786 Test: m root-canal Change-Id: Ibe53d03b61a218d50b28d75c7e4aa4ed588bd7a1
-
Henri Chataing authored
-
Chris Manton authored
Bug: 197150934 Bug: 290844204 Test: m . Change-Id: I2b76592d60aaac48e6dc061bcc05d6d62c514655
-
Chris Manton authored
Bug: 246697575 Test: m . Change-Id: I143d7a0d587bd520d3de59d0ffbc2e566bfcfc01
-
Henri Chataing authored
LE Audio tests rely on extended advertising for device discovery; android is not detected with the current configuration Bug: 291996279 Test: atest pts-bot Change-Id: Ie7cf0b5059fc42aae60067905e08ad9b4406ac11
-
Jayden Kim authored
-
Henri Chataing authored
-
Etienne Ruffieux authored
-