- Nov 08, 2022
-
-
Hyundo Moon authored
testGetSIMPhonebookNameList_orderByAlphabet was failing since the test does not set the local phone name in the service. This CL fixes it, and also recovers the static variable (local phone name) after the test ends. Bug: 258075245 Test: atest BluetoothPbapSimVcardManagerTest Change-Id: I4a8f3fd9e2a18ba1e626febef0e0ef3588e5f835
-
- Oct 31, 2022
-
-
Sungsoo Lim authored
-
Sungsoo Lim authored
* changes: Set LeAudio active properly for HAP devices Make LE hearing Aid active prior than non hearing aid devices
-
- Oct 30, 2022
-
-
William Escande authored
-
- Oct 29, 2022
-
-
William Escande authored
-
William Escande authored
Mockito does not always support stub override. It fail when a a method has 2 stub with different argument matcher Ex: doReturn(x).when(y).method(any(Foo.class)); Foo foo = Foo(); doReturn(x).when(y).method(eq(foo)); <-- sub-match of above But the following "should" be ok Foo foo = Foo(); doReturn(x).when(y).method(eq(foo)); Bar bar = Bar(); doReturn(x).when(y).method(eq(bar)); <-- same scope match as above Test: atest BluetoothInstrumentationTests Bug: 256291144 Change-Id: Ie84e4bbe1ed3c479adc2a194972ba67e34839f50
-
- Oct 28, 2022
-
-
Etienne Ruffieux authored
Comment is temporary and test need to be fixed. Bug: 255833353 Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: I4c5c015bc143c3f933a4f2ae7d466c5cb9eb366c
-
Stephanie Bak authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jakub Pawłowski authored
-
Jakub Tyszkowski authored
Test: atest "BluetoothInstrumentationTests:com.android.bluetooth.le_audio.LeAudioBroadcastServiceTest" Bug: 254732845 Tag: #feature Change-Id: I83dcca1ee15a875ce88d9dd7c666cb1527cf1933
-
William Escande authored
Test: build Fix: 255822179 Change-Id: I2607f14ecb122990af0470a3061c1a4eaa31501b
-
Sungsoo Lim authored
And change LinkedList to ArrayList. Bug: 255564133 Tag: #refactor Test: atest BluetoothInstrumentationTests:ActiveDeviceManager Change-Id: Ie0f9fb03bd867964b5ce028577646703da108b3b
-
Sungsoo Lim authored
Bug: 243053736 Tag: #refactor Test: atest BluetoothInstrumentationTests:ActiveDeviceManagerTest Change-Id: I3baceba1a26867e6dfe464f581432de94d922aa2
-
Yun-hao Chung authored
-
- Oct 27, 2022
-
-
Treehugger Robot authored
-
Etienne Ruffieux authored
-
Stephanie Bak authored
Bug: 247470852 Test: statsd_testdrive 521 Change-Id: I2e1a8747027ec5e645f34d93c4ada8a1a53c01ca
-
Łukasz Rymanowski authored
-
Etienne Ruffieux authored
An update to UUID.java prevents creating UUID with more than 26 characters. Bug: 255993456 Tag: #feature Test: atest FrameworkBluetoothTests Change-Id: I1f4ff698ed2c39516970a68c491358dcb653a253
-
Łukasz Rymanowski authored
-
Thomas Girardier authored
Merge "[PTS-Bot]:Implementation to support accessing Browsing folder and Media Player selection commands"
-
Chen Chen authored
-
Etienne Ruffieux authored
Bug: 255598188 Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: I334932a6b4f0c6292a1645ee259a790cd4ac1df5
-
Chen Chen authored
-
Treehugger Robot authored
-
Łukasz Rymanowski authored
Make sure to use always pseud address in highier layers Bug: 255956207 Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: I943071352eab25f6fe6d20dc4a4ad32adfb94ddd
-
Henri Chataing authored
-
skarnataki authored
Added file MediaPlayerBrowserService.kt and MediaPlayer.kt This is a service which extends "MediaBrowserService" with MediaSession and initial implementation to support browsing folders. With registration to Media buttons callback which responds to PTT commands(Tried with Play/Pause..). Moved AudioTrack from A2DP.kt to Utils.kt All Player operations are performed in MediaPlayer.kt Reference for older CL: 2253995 Added 21 AVRCP test cases for review Test: atest pts-bot:AVRCP -v Change-Id: Icee2a268faa3cbac4cd0001d09baec82eeb01f9d
-
Łukasz Rymanowski authored
If remote disconnects us, we should make sure, BtaGattQueue is empty. Bug: 249431973 Test: atest BluetoothInstrumentationTests Test: manual - puttin earbud in and out from the box Tag: #feature Change-Id: I0920ff4ade01298fd3e16c62d70e5018c060c538
-
Łukasz Rymanowski authored
It might happen, that profile is notified twice about encryption beeing completed. One from the callback set in BTM_SetEncryption and second from the GATT Callback. It does not happen always, but if happen it could lead to situation that in the OnEncryptionComplete callback code is doing double MTU request and CCC registration. This patch fixes that. Bug: 255930205 Test: atest BluetoothInstrumentationTests Test: manual multiple reconnection of Le Audio device. Tag: #feature Change-Id: Ib947e1dbd24a819a011a38c16c7ddde1dca8bc18
-
Treehugger Robot authored
-
Ying Hsu authored
-
Martin Geisler authored
-
Martin Geisler authored
Clap has released a version 4, but Android is currently on version 3. The update in https://r.android.com/2241208 breaks if Clap 4 is used by accident. By adding the current version numbers, we can guard against these problems. Test: cargo update && cargo test Change-Id: I270adb4538a83748d477ee6091bc4a2605183f48
-
howardchung authored
Implement the following command options: --restricted disallow toggling adapter power when set --command <COMMAND> execute the command without entering the shell Bug: 239432313 Test: deploy and run 1. btclient; (in shell) adapter disable 2. btclient --restricted; (in shell) adapter disable 3. btclient --command "adapter disable" 4. btclient --restricted --command "adapter disable" Verified 1 and 3 success. 2 and 4 fail. Tag: #floss Change-Id: Ied236ce3f336ae89847de28b000e21ccd58eeb0b
-
Stephanie Bak authored
-
hieudz authored
Test: atest BluetoothOppBatchTest Bug: 254323235 Tag: #refactor Change-Id: I633d6fd7c9ccbb8c8a1224f9819f28db94ec3302
-
Ying Hsu authored
-