- Aug 23, 2023
-
-
Subramanian Srinivasan authored
Bug: 291615645 Test: Manual LE subrate procedure Test: m Owner: ayeaye-team@google.com Change-Id: I184a4f8aa8be7b6a532e567825de60a681fbb65a
-
Hui Peng authored
-
Christine Hallstrom authored
-
Hsin-chen Chuang authored
-
- Aug 22, 2023
-
-
Krzysztof Kosiński authored
-
Hui Peng authored
This change is intended to be used to factor out dup code for parsing GapData in StartAdvertisingSet and make it easier to be tested. Bug: 296291440 Test: atest net_test_main_shim Change-Id: Ia39886c415218353b6f9d59d7d3f6d1160477d6c
-
Treehugger Robot authored
-
Aritra Sen authored
* changes: Remove dependency on A2DP Connection State change broadcast in AVRCP Target Service. Remove dependency of BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED from AvrcpTargetService.
-
Paul Wang authored
-
George Burgess IV authored
This is needed to enable -Wunused-but-set-variable by default on ChromeOS. Bug: 296450693 Test: mma -j Change-Id: I7827700924fe7dd924977d2f363e9495dd6edb89
-
Krzysztof Kosiński authored
The Python-style syntax used in this file is a nonstandard GNU extension. Bug: 296606895 Test: m bluetooth_le_audio_test Change-Id: I2850067193b7afebec7bdd4be2e311ed3ddf2b75
-
Bailey Kuo authored
-
Rongxuan Liu authored
-
Rongxuan Liu authored
-
Myles Watson authored
-
Hsin-chen Chuang authored
Bug: 262813906 Tag: #floss Test: test with the next CL Test: mmm packages/modules/Bluetooth Change-Id: I1cf1c722836e5b847021d3b0adbe34278ff0c986
-
Aritra Sen authored
Bug: 296932947 Test: atest BluetoothInstrumentationTests Tag: #refactor Change-Id: Ie3dda9bad029224bfdb4d5b67dab5eeb9e4e88e3
-
Hyundo Moon authored
-
Aritra Sen authored
Bug: 296932947 Test: atest BluetoothInstrumentationTests Tag: #refactor Change-Id: I8dcc07a7f7f497f37569554b871cf980405e4890
-
Jeremy Wu authored
-
Treehugger Robot authored
-
Rongxuan Liu authored
-
Bill Schilit authored
-
- Aug 21, 2023
-
-
Rongxuan Liu authored
There could be one case that BIG is teared down due to BT shut down. We need to validate iso_impl_ before using it. Bug: 291516832 Tag: #bug Test: atest net_test_btm_iso Test: manual test with BT off and confirm no crash Change-Id: Id3612d0f5651f91d5f7e871c6c38624c072cd874
-
Rongxuan Liu authored
Current code doesn't handle multiple sources well. It might have race conditions and cause unsynced source got reported, and following PAST operation might fail because of this. This commit improved the handling of multiple sources for BassClient, 1. We need to make sure all notified sources are managable by maintaining the syncs. 2. Limit the max active synced sources. 3. Clean up the source properly when source or sink lost. Bug: 294456735 Tag: #bug Test: atest BassClientStateMachineTest BassClientServiceTest Test: manually test assistant with two sources Change-Id: Ib69563a342f3f093997902fbf6252bd9626550b3
-
Rongxuan Liu authored
Bug: 287357243 Tag: #bug Test: atest BassClientServiceTest Test: manually test assistant to observe sources are always notified Change-Id: Id6deecbee5429ff3c5337cfe1e588586679f00e8
-
Sungsoo Lim authored
-
Henri Chataing authored
-
Bailey Kuo authored
Used by netsimd to generate the beacon advertising events for beacon devices. Bug: 289385842 Test: m netsimd Change-Id: I990aca3b0f55c7bad05abdfd1a92fae3e5ee60e5
-
Charlie Boutier authored
-
Christine Hallstrom authored
Test: m com.android.btservices Bug: 288319369 Change-Id: Id711b5127a3c7fc1de97a19edea08b35b7bfdd08
-
William Escande authored
* changes: Bluetooth: Do not load jni in instrumented test AdapterServiceTest: Ignore native test AdapterService: Split native interface for test ActivityAttribution: Do not call native in test Keystore: Remove native call from test Bqr: Remove native call from test VolumeControl: stop calling NativeInterface in test HidDevice: stop calling NativeInterface in test AvrcpTarget: Extract NativeInterface PeriodicScan: Extract NativeInterface SdpManager: Extract NativeInterface LeAudio: Make sure test does not call native HeadsetClient: Properly mock native AtPhonebookTest: Properly mock native GattService: Do not call native in test ScanManagerTest: only call tested class DistanceMeasurement: stop calling NativeInterface in test ContextMapTest: only call tested class AppScanStatsTest: only call tested class HapClient: stop calling NativeInterface in test HidHost: stop calling NativeInterface in test HeadsetService: stop calling NativeInterface in test HearingAidService: stop calling NativeInterface in test CsipSetCoordinator: stop calling NativeInterface in test KeystoreService: stop calling NativeInterface in test AvrcpController: Move some method to static AvrcpController: Delete unused code A2dpSinkStream: stop calling NativeInterface in test AvrcpController: Split NativeInterface for test A2dpSinkService: stop calling NativeInterface in test A2dpService: stop calling NativeInterface in test Test health: Allow test to call doStart and doStop Pan: Explicitly require address not to be null Pan: Prevent native call from within the test
-
Henri Chataing authored
- rename LeAdvFilter commands to LeApcf - group vendor command definitions at the end of the hci_packets.pdl file - remove definitions for android vendor commands and events that are not going to be implemented: - LE Multi Adv - A2DP Hardware Offload - Bluetooth Quality Report - implement stubs for all recognized vendor commands Bug: 296143555 Test: m root-canal Change-Id: I294400bc9c03cd0ac5694f8116f82931bfc67cd3
-
Bill Schilit authored
The code is reading two bytes for the page_number, it fails because the page_number is only 1 byte long and the last parameter of the Read Remote Extended Features command. Assertion failed: ((offset + size) <= size_), function subrange, file /Volumes/Android/buildbot/src/android/emu-master-dev/external/rust/crates/pdl-compiler/scripts/packet_runtime.h, line 45. Bug: 296537295 Test: manual Change-Id: I5241d666a2ebf8b167b9293163575e0022796422
-
Hyundo Moon authored
Watch devices does not show title bar, so the test methods that check title bar are meaningless on those devices. Bug: 296184872 Test: atest BluetoothOppTransferHistoryTest Change-Id: I0c80dbf913dde492f9173465501c67bd68312cfa
-
Kihong Seong authored
-
- Aug 19, 2023
-
-
Henri Chataing authored
-
- Aug 18, 2023
-
-
Myles Watson authored
NO_IFTTT= Changes to the packet library don't require device changes. Bug: 295891051 Test: gd/cert/run LeSecurityTest Test: mma -j32 Change-Id: I8ce7f4171c8d30b1692f7a040792f7213df14b5a
-
Henri Chataing authored
In the rootcanal configuration, a new field is added for vendor features which defines flags for the csr command. In the rootcanal controller properties, add flag vendor_csr matching the configuration flag. Bug: 296143555 Test: m root-canal Change-Id: Ifeeaaea56f19784de7cc1cc28d0f5623d8524af4
-
William Escande authored
Bug: 295237486 Test: atest BluetoothInstrumentationTests Change-Id: Iee66ef185e511cfdb5d405c7382e8e23c33c206c
-