- Dec 17, 2022
-
-
Chris Manton authored
Bug: 193716447 Test: gd/cert/run Tag: #refactor Change-Id: I19aec68482ddf0cb158246bb9005217a09ed1b40
-
- Dec 16, 2022
-
-
Jayden Kim authored
-
Bidhya Sharma authored
-
bidsharma authored
Test: No Test Change-Id: I16e53d005f5dbc6ca9b3bce9920144a30f74330d
-
Henri Chataing authored
-
Rahul Arya authored
-
Jakub Pawłowski authored
-
Jakub Pawłowski authored
* changes: LeAudio: Fix audio modes priority LeAudio: Fix timing issue on state machine reconfigure LeAudio: Reduce number of reconfigurations
-
Sungsoo Lim authored
* changes: Revert "Lazy activation of A2DP or HFP" Revert "Remove OnModeChangedListener when cleanup" Revert "Suppress noisy intent when there is a fallback BT device" Revert "Refactor ActiveDeviceManager with isMediaMode" Revert "Make BT audio routing more resemble the Android S behavior" Revert "Call setActiveDevice(null) when disconnected"
-
Jakub Tyszkowski authored
GAME mode is for local audio sources and should not take over when bidirectional scenarios like LIVE if it is currently used. Bidirectional scenarios should be prioritized to make sure that the voiceback channel won't be closed. This also adds the missing SOUNDEFFECTS entry. Bug: 229041682 Test: start recording (LIVE mode), then trigger GAME mode, should stay in LIVE mode Change-Id: I3662cb9eb76ad6dfab04764e41ec03620a048801
-
Łukasz Rymanowski authored
Fixing typo issue in the test where instead of group size, the sizeof(g_1) was tested. Also since test_set_desired_size and test_get_desired_size does same, this test was merged to test_set_get_desired_size Bug: 262345129 Test: atest BluetoothInstrumentationTests Test: atest bluetooth_csis_test Tag: #feature Change-Id: I34a42966f3457f98331fccfc933f64441de26ca5
-
Jakub Tyszkowski authored
There was a chance that during the consecutive reconfigurations, state machine receives the previous configuration notification from the ASE and considered it as part of current reconfiguration process. It would skipp this ASE configuration which resulted in a mixed, half-previous, half-new configuration (often asymmetric) that was a problem to some devices. Bug: 261417889 Bug: 229041682 Tag: #feature Test: atest --host bluetooth_le_audio_test bluetooth_le_audio_client_test --no-bazel-mode & tested manually Change-Id: I43b6377ef9c1403b0a52dcd2a0a583caf6249b74
-
Jakub Tyszkowski authored
To play sonification events we don't really need high quality stream and we can play them at any configuration. For example a button click when resuming recording should not trigger reconfiguration to Media. This change allows to play these events without the reconfiguration if these types of events are the only contributors to the current audio stream (using allow list of contexts). Bug: 261417889 Tag: #feature Test: atest --host bluetooth_le_audio_test bluetooth_le_audio_client_test --no-bazel-mode Change-Id: I5dbd66e3a4ef0944894550f9902cddf9d0422681
-
Sungsoo Lim authored
-
Jakub Pawłowski authored
-
Rahul Sabnis authored
-
Rahul Arya authored
If a dynamic channel is used, then on its closure, we should let the ATT channel timeout. Similarly, if an ATT client exists and then is closed, a timeout should occur. *HOWEVER*, if only an ATT server exists, then we should not timeout. This is to avoid breaking backwards compatibility. Bug: 251954527 Test: atest pts-bot Change-Id: I86cf1eeb358ce940cada326b6afa1cf3b02479f3
-
Sungsoo Lim authored
This reverts commit f1fb822c. Reason for revert: b/262155254 Bug: 262155254 Bug: 247453067 Test: atest BluetoothInstrumentationTests Change-Id: I553daab5f2ff978355a9968534ae5dd4fb34de54
-
Sungsoo Lim authored
This reverts commit b9bcf4e3. Reason for revert: b/262155254 Bug: 262155254 Bug: 256851407 Test: atest BluetoothInstrumentationTests Change-Id: I4f4678644ddfaea381b1ca5adeb57690a6801545
-
Sungsoo Lim authored
This reverts commit 48808058. Reason for revert: b/262155254 Bug: 262155254 Bug: 254569327 Test: atest BluetoothInstrumentationTests Change-Id: I6f9deb1735df740f83d165fc6ccc038ce91ec7aa
-
Sungsoo Lim authored
This reverts commit 4c21415a. Reason for revert: b/262155254 Bug: 262155254 Bug: 254569327 Test: atest BluetoothInstrumentationTests Change-Id: Ic23977b52d7e6123f3282946f301a1d889bf613b
-
Sungsoo Lim authored
This reverts commit 18d22e0e. Reason for revert: b/262155254 Bug: 262155254 Bug: 247424095 Test: atest BluetoothInstrumentationTests Change-Id: I32dca835c995bc4091d35bf16669b576f6af159e
-
Sungsoo Lim authored
This reverts commit 5507bace. Reason for revert: b/262155254 Bug: 262155254 Bug: 261366232 Test: atest BluetoothInstrumentationTests Change-Id: Ieb438152be66594df030b9c2a6975069303c5738
-
- Dec 15, 2022
-
-
William Escande authored
-
Aritra Sen authored
-
Aritra Sen authored
-
Rahul Sabnis authored
Tag: #feature Bug: 262171591 Test: Manual Change-Id: Ia9bd56c7c5cb6db5b4a51989f42e064834958409
-
Henri Chataing authored
-
Henri Chataing authored
-
Henri Chataing authored
Used to provide additional information for lint diagnostics, but was unused in the end. Removing to cleanup the scope since it is now public. Test: atest --host pdl_python_generator_test Change-Id: I7a27c03f0c03de9d95da870b34ace1edabe7be13
-
Jakub Pawłowski authored
-
Łukasz Rymanowski authored
With this patch code takes number of devices in the group in order to choose best configuration when calculating required CISes. Also it fixes how strategy is taken into account - as for now we want to check only strategy for sink direction as this is defines group strategy. Also fixes unit tests and improves some important logs Bug: 261624834 Test: atest BluetoothInstrumentationTests Test: atest bluetooth_le_audio_test bluetooth_le_audio_client_test Tag: #feature Change-Id: I00a0cc426d193a78938609fce0e620a55d9102e1
-
Hyundo Moon authored
-
Grzegorz Kołodziejczyk authored
Removing device which participates in streaming is special case and needs additional steps to be done before removing it from group. LE Audio streaming group needs to be stopped and reconfigured then the device can be removed from group. Tag: #feature Bug: 255245714 Test: atest bluetooth_le_audio_test bluetooth_le_audio_client_test Change-Id: I4d59f4830959098ab20c882a8f1c706301ade24c
-
Sungsoo Lim authored
Bug: 237467631 Tag: #refactor Test: atest BluetoothInstrumentationTest:LeAudioServiceTest Change-Id: I41de3fe22a1498a93c9d8a672510b393c6dd90e6
-
Hieu Dang authored
-
Ugo Yu authored
-
Treehugger Robot authored
-
Aritra Sen authored
Changed from `RawAddress*` to `const RawAddress*` since these params shouldn't be getting modified anyways. Test: mma -j $(nproc) Test: ./build.py Change-Id: I827a7a70a09721abe549ce048ef798c61193b67b
-
Aritra Sen authored
Since `from_bytes` expects a 6 bytes input while we encode the string representation directly, they aren't exactly the same. Since RawAddress implements the address generation logic from string, it is easier to directly use it instead of implementing it on our own on the tests. Bug: 250899887 Test: system/gd/cert/run --topshim --clean Tag: #floss Change-Id: I3747a13508a7b367d5a83a164963af415a5ad870
-