- Jun 22, 2023
-
-
William Escande authored
-
Treehugger Robot authored
-
Łukasz Rymanowski authored
-
William Escande authored
Bug: 277168419 Test: None Change-Id: Iba383125566786d04390b810f1bbe33425476b31
-
William Escande authored
This will facilitate the review for anything related to preupload / presubmit / build / test config Bug: 277168419 Test: None Change-Id: I8fbbf7ef18a1524aa05a86ee78025e815f2b0702
-
Charlie Boutier authored
* changes: PandoraServer: Remove common root package PandoraServer: Format with kotlinlang style
-
Charlie Boutier authored
Merge "Revert "Avatar: Add audio frequency count function to verify the captured audio in test_music_audio_playback""
-
Łukasz Rymanowski authored
This solves race when gatt is handling timeout on ATT which was sent on EATT, but EATT channel is not existing anymore. Bug: 284908879 Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: I1aa9d859269df8853d6ba03a964200625a1581ac
-
Chris Manton authored
Bug: 286546816 Test: atest bluetooth_test_gd_unit Change-Id: Iedbd75959a316a6f06aebc8ee8b5640952f5a297
-
En-Shuo Hsu authored
-
Jack He authored
* changes: leaudio: Fix handling timeout on state machine LeAudio: Fix disconnect from settings
-
- Jun 21, 2023
-
-
Chris Manton authored
Bug: 197478351 Test: mma . Change-Id: I64e2cf21e2d457de0dc2a15798a719b9cb9c7b7e
-
David Duarte authored
As per Kotlin conventions https://kotlinlang.org/docs/coding-conventions.html#directory-structure for pure Kotlin project the sources must omit the common root package Test: m PandoraServer Bug: 288329780 Change-Id: I6f75f9985f3e5e8b465a7629d15141e71fa0642b
-
David Duarte authored
external/ktfmt/ktfmt.py sets the kotlinlang-style and so Bluetooth does the same Bug: 288329780 Test: m PandoraServer Change-Id: If9280a3120853300cedb89e38d4aa54fb84e3158
-
Myles Watson authored
-
Myles Watson authored
Bug: 283254594 Test: mma -j32 Change-Id: Id3cddde1c416426dc6cba032b96818391125181d
-
Abel Lucas authored
Revert "Avatar: Add audio frequency count function to verify the captured audio in test_music_audio_playback" This reverts commit d28e5a61. Reason for revert: Test is failing: https://android-build.corp.google.com/test_investigate/?testResultId=TR07728745790933834&invocationId=I31800010172217460 Change-Id: Ib707e0b3ae3ea01f45f2fe4d59985b6b9857cbbb
-
Łukasz Rymanowski authored
-
Etienne Ruffieux authored
-
Chris Manton authored
Bug: 224999611 Test: mma . Change-Id: Ia496161e14c41cca2fb1e47e092237a693235be3
-
Henri Chataing authored
-
Myles Watson authored
-
Hui Peng authored
-
Rongxuan Liu authored
-
Hieu Dang authored
* changes: Add more tests for BluetoothOppService Fix IllegalArgumentException in BluetoothOppServiceTest Revert "OPP: Do not trimDatabase if ContentProvider doesn't exist"
-
Archie Pusaka authored
-
Łukasz Rymanowski authored
-
Hsin-chen Chuang authored
-
Łukasz Rymanowski authored
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object java.util.Map.get(java.lang.Object)' on a null object reference Process at com.android.bluetooth.bass_client.BassClientService.getActiveSyncedSource at com.android.bluetooth.bass_client.BassClientStateMachine.cancelActiveSync Also minor code style fix done by repo upload Bug: 288002172 Test: atest BluetoothInstrumentationTests Test: manual Tag: #feature Change-Id: If6430ef9a6100cb0887187572d9290499608b998
-
Treehugger Robot authored
* changes: leaudio: Fix attaching late device to the stream leaudio: Add unit test
-
Treehugger Robot authored
-
Hsin-chen Chuang authored
Chrome may call StopAdvertisingSet when Floss is already in suspended/ing states, but the current API is not able to notify Chrome of the failure/rejection. As a short-term fix, queue the stop advertising requests in Floss and do stop them on resume. Bug: 279233527 Tag: #floss Test: mmm packages/modules/Bluetooth Change-Id: I00af8413be1fbdec7db6f2aba39740d992dff8c2
-
Łukasz Rymanowski authored
If device was already scheduled for disconnection, timeout shall not set DISCONNECTING_AND_RECOVER and recover state Bug: 284439725 Test: atest bluetooth_le_audio_client_test Tag: #feature Change-Id: Icf65aaadbc55ba335c9e9a8bc2b3dbcfb0eaf04c
-
Jakub Tyszkowski authored
It might happen that the ACL is still connected when TA autoconnect mechanism is used and the device reconnects immediately. To avoid that we can force the ACL disconnection when the user intentionally disconnects from the settings. Bug: 285076926 Test: atest bluetooth_le_audio_client_test Change-Id: I524b5bc130cb9bc4e30bff6691d845cc0dd7667b
-
Archie Pusaka authored
This rule detects auth failures that's caused by link key mismatch, including when the peer device forgets the connection. Additionally this CL changes the outputted addresses into xx:xx:xx:xx:xx:xx format. Bug: 285256429 Tag: #floss Test: Run hcidoc with the feedbacks in b/284802375 Change-Id: I43035751fb01a3b1b9cbab74ae6694b139c6f9b4
-
Jakub Pawłowski authored
-
Treehugger Robot authored
-
Duo Ho authored
-
Hieu Dang authored
Test: atest BluetoothOppServiceTest --rerun-until-failure=100 Bug: 281311423 Bug: 266459454 Tag: #refactor Change-Id: I0779eb81f336eeba911bbdf574b9671eaf7f90ab Merged-In: 23705062
-
Hieu Dang authored
trimDatabase() is called in "trimDatabase" thread that's started in BluetoothOppService#start(). This thread can be ran even when provider is not enabled, and even not in the same time frame with the current test. This might raise exception, resulting in the tests following the test that initiate this thread to fail. This cl also fix similar problems with other threads like mUpdateThread and NotificationUpdateThread This cl also fix memory issue mentioned in b/266459454, where ContentProviderClient is used but not freed Test: atest BluetoothOppServiceTest --rerun-until-failure=100 Bug: 281311423 Bug: 257539713 Bug: 266459454 Tag: #refactor Change-Id: Ieb8129bf29a7e1841ba3d6c40f677cec7dd9b897 Merged-In: 23705047
-