- May 31, 2023
-
-
David Duarte authored
Test: mma Bug: 279502784 Change-Id: I983ab4c188bc757ec6ac4994d2d77652a2d808f5
-
David Duarte authored
Test: mma Bug: 279502784 Change-Id: Ia61c0e2d3c9f7ba1c8c2354011ae26ef617ae3fd
-
David Duarte authored
Test: mma Bug: 279502784 Change-Id: I30802a51010305b17ad0d2321753fea76edeae5a
-
David Duarte authored
Test: mma Bug: 279502784 Change-Id: Iff2afd21318a8f61424a04e7bed6edf732e3dcd6
-
Andrew Walbran authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Łukasz Rymanowski authored
Bug: 284910575 Tag: #feature Test: atest BluetoothInstrumentationTests Change-Id: I07a2d8ed00ce07ecdb49347281d8d387d04a4103
-
Jakub Pawłowski authored
-
Ying Hsu authored
-
Treehugger Robot authored
-
Ying Hsu authored
-
- May 30, 2023
-
-
William Escande authored
Bug: 262605980 Test: None Change-Id: I41f85d7eec18019866db62775bd309f104e47951
-
Treehugger Robot authored
-
William Escande authored
Bluetooth is not ready to have aidl-format as a hook as non of the aidl are correctly format. Plus it looks like aidl-format output is not great and is almost never used. While looking at other aidl files, none using JavaPassthrough is using it. Example of output weirdly generated by the format: ``` @JavaPassthrough( annotation = "<redacted>") boolean enable(in AttributionSource attributionSource); ``` Why boolean is in its own line ? Bug: 262605980 Test: None Change-Id: Ibd3dacca104ed47ae272c8171f5052a439d68403
-
Henri Chataing authored
-
Chris Manton authored
Bug: 284462835 Test: mma -j98 . Change-Id: I75e6b6596a295ac7413a1bf93a346637559a165f
-
Rahul Arya authored
If we connect to a bonded device, we try to establish encryption. But if we are using an NRPA, this will always fail and may lead to lost-bond. So don't do it. Test: manual Bug: 192475649 Change-Id: I69941844aa9a2a3af59c0fd307e0de799f62afee
-
Treehugger Robot authored
-
Jakub Pawłowski authored
-
Kihong Seong authored
Some asserts in tests are expecting a wrong timestamp. For example, timestamp with made with offset, but expecting a timestamp without offset. Fixed these inconsistencies to make all tests pass. Bug: 282809266 Test: atest BluetoothInstrumentationTests Change-Id: I1876ca9db8c1f100e474d21c1aa9a394b7e1736e
-
Treehugger Robot authored
-
Archie Pusaka authored
-
- May 29, 2023
-
-
Jakub Rotkiewicz authored
Bug: 283910297 Test: atest CsipSetCoordinatorServiceTest Change-Id: I72878dad690dbd017b32f20521278b94d843aee1
-
Michał Narajowski authored
SupprNoisy was set to true if the previously active out device was still connected. In case of system shutdown it was still connected. The LeAudioStateMachine only disconnected the device after ~10ms. Bug: 275670791 Test: manual Tag: #feature Change-Id: Iadfa4ffbbc581c122b6f822aa1d3fc907059d08a
-
Łukasz Rymanowski authored
Bug: 279219354 Test: compile Tag: #feature Change-Id: I3803f79f82e9baee5bb0c71cfd476fcc0358a287
-
Treehugger Robot authored
-
Ying Hsu authored
This patch validates advertisement data used in IBluetoothGatt advertising API before actually starting or updating an advertising set. Bug: 284234145 Tag: #floss Test: manual test with btclient Test: nearby sharing and phone hub on brya Change-Id: I3dfcdbb3eb15ce955491ecf29573614c5ed12f82
-
- May 27, 2023
-
-
Henri Chataing authored
The check LeAudioHalVerifier::SupportsLeAudio only accepts the HIDL 2.1 version of the Audio HAL. Test: BluetoothTest-bluetoothAdapter_enabledByDefault Bug: 284532620 Change-Id: Ic4660e6fce3fc2920ecbace931b099916f20a19e
-
- May 26, 2023
-
-
Henri Chataing authored
Bug: 283153347 Test: m Change-Id: I5909f0e778032942978a19dc9fda2e8a5e82f8aa
-
Treehugger Robot authored
-
Jakub Tyszkowski authored
When the device was not connecting actively, we did not send the disconnection event and the upper layer stayed connected even after the peer device was not. Bug: 282778469 Test: atest --host VolumeControlTest --no-bazel-mode Change-Id: Ib3a6407869bd25358714105fd26d60f9083b4541
-
Łukasz Rymanowski authored
With this patch, VC uses opportinistic connect This is needed to proper handle reconnection and switch between BR/EDR and LE Bug: 282778469 Bug: 279990836 Test: atest bluetooth_vc_test Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: I9e881d6c26cada4c4b49bbe8558a659a1af559df
-
Archie Pusaka authored
Feedback report analyzer has the snoop file in memory, so allow it to pipe it via stdin to avoid writing it to a temporary file. Bug: 276750818 Test: ./hcidoc < test.snoop Change-Id: I0055b28ad3c082dbfdd191e1874165783a1c712c
-
Archie Pusaka authored
When restarting adapter, the current random address is uninitialized making it's impossible to reconnect to LE device with Floss. Use the current random address only if it's available. Bug: 284012338 Test: Do the following steps. (1) Pair an LE device with IRK (e.g. MX Master 2S mouse) (2) Power off BT, power back on (3) Verify peer reconnects Change-Id: Icf9a89783f26d00590b3c745af9857179204fd0a
-
Marvin Younan authored
-
- May 25, 2023
-
-
Marvin Younan authored
This reverts commit 18da6712. Reason for revert: Potential culprit for b/284368992 Change-Id: I5636315eb26fa7de37b76f2f9cf1f6804e237dd0
-
William Escande authored
* changes: Run java format on BluetoothManagerServiceTest Clean constructor from default assigned value
-
Treehugger Robot authored
-
Marvin Younan authored
-