- Nov 08, 2022
-
-
William Escande authored
Bug: 257375445 Test: atest BluetoothInstrumentationTests Change-Id: I8232879b8e0a383b1767e74ec727a35be21bf90d
-
- Nov 03, 2022
-
-
William Escande authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Angela Wang authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Nov 02, 2022
-
-
Etienne Ruffieux authored
-
Treehugger Robot authored
-
Henri Chataing authored
-
Chris Manton authored
Also fix up some other test related infra Bug: 254473601 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Idfd4e501e453864798f9bb1b00f35dd4fdef6db0
-
Treehugger Robot authored
-
Dorin Drimus authored
-
Treehugger Robot authored
-
Sungsoo Lim authored
- Fix answers on some mock instances. - Updeate test internal values before sending broadcast intents. Bug: 256684931 Tag: #refactor Test: atest BluetoothInstrumentationTests:ActiveDeviceManagerTest (1000 times) Change-Id: I8285dd829934fddf58af399301c2322634dba2f9
-
Hyundo Moon authored
-
Treehugger Robot authored
-
Sungsoo Lim authored
-
Hyundo Moon authored
Bug: 237467631 Test: atest SapServerTest Change-Id: Ib97d626be9cf00da54223bb3b731271e9b2e8a59
-
Hsin-chen Chuang authored
-
- Nov 01, 2022
-
-
Myles Watson authored
RFCOMM/DEVA/ RFCOMM/DEVB/ RFCOMM/DEVA-DEVB/ There are two tests that are still skipped. I couldn't find the IXIT value referenced in the test spec, which would allow the tests to pass: The role of DevA/DevB taken on by the IUT does not matter to achieve a pass verdict for some test cases for this Protocol as indicated in the test purpose and is specified in the test case identifier for role agnostic tests as detailed in Table 4.1. The role of the IUT/Lower Tester for these tests is specified in the IXIT [7] in order to enable the correct test environment conditions to provoke the Lower Tester. Since we don't support hooking up a physical serial_port, TSPC_SPP_2_1 is set to false, which disables RFCOMM/DEVA-DEVB/RFC/BV-14-C Bug: 240483035 Test: atest pts-bot:RFCOMM/ -v Change-Id: I7df1d38f1a5501a42030d6dfeff5560eb1124fe2
-
Ying Hsu authored
-
Henri Chataing authored
The filegroup :BluetoothHciTestSources was neither being compiled nor run. - Remove duplicate test files "le_advertising_manager_test.cc", "le_scanning_manager_test.cc", already compiled in :BluetoothHciUnitTestSources - Remove duplicate tests in hci_layer_test.cc: new tests were implemented in hci_layer_unittest.cc, move remaining tests to hci_layer_unittest.cc - Move all remaining files to :bluetoothHciUnitTestSources and fix compilation issues This change leaves 4 tests disabled: HciTest.HciTimeOut LeAddressManagerTest.rotator_address_for_multiple_client StackManagerTest.start_and_shutdown_no_module StackManagerTest.get_module_instance Test: atest --host bluetooth_test_gd_unit Change-Id: I3ebd4d70c7d3449ff0983e4af0f20bde205e701a
-
Katherine Lai authored
-
Michael Sun authored
Separate the Play and Pause events from the PlayPause combo event since media information is in place. The peripheral device can now correctly query media status to send out Play or Pause correspondingly. Bug: 240780471 Tag: #floss Test: local test with evtest Change-Id: I0a7bbd8eaef6a57759ffb7b94e9282bd46924c9e
-
Michael Sun authored
Parse the topshim passed media information into btif standardized version, which includes: converting time units into milliseconds, combining playback status, position, and duration into one struct, and converting metadata information into AVRCP attributes. Bug: 240780471 Tag: #floss Test: ./build.py BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Ied76eba423d509a8c6f8cb4c6371bfd502bbbcac
-
Treehugger Robot authored
-
William Escande authored
-
Myles Watson authored
-
Dorin Drimus authored
1. AtvRemote apk need to be pre-installed on DUT(device under test) 2. Open Setting panel, inquiry bluetooth devices 3. Connect with OPPO Echo Play earbuds (this device responses invalid ATT handle in SDP) Bug: 256771934 Tag: #stability Change-Id: I479902b327f4f331bc9a647904b63c727ad76dc8 Test: Remote device connects successfully
-
Myles Watson authored
-
Sungsoo Lim authored
Bug: 255278328 Tag: #refactor Test: atest BluetoothInstrumentationTests:ActiveDeviceManagerTest Change-Id: I642420fb5f6ae941404484ffd9298e22dc897c1e
-
Kihong Seong authored
This CL adds tests for: - RequestGetImage - RequestGetImageProperties - StackEvent Bug: 237467631 Test: Ran each test with atest Change-Id: I4d121e488167f1af97fa0bc73cdb6cb2b50d4899
-
Treehugger Robot authored
-
Sungsoo Lim authored
-
William Escande authored
doReturn().when(foo).bar() should replace all when(foo.bar()).thenReturn() Bug: 256752741 Test: atest BluetoothInstrumentationTests Change-Id: I89d444cdffaee80d45eb1ad58daa7ded2500c9e3
-
Angela Wang authored
Bug: 249235823 Test: atest CtsBluetoothTestCases:android.bluetooth.cts.BluetoothHapClientTest Tag: #feature Change-Id: Ia3746bc8abad05182158df936ce80324bb8daf6f
-
William Escande authored
-
William Escande authored
-
Hsin-chen Chuang authored
The wrapper holds the raw pointer and clones the lifetime from the pointing object, which forces the compiler to check and fail when the wrapper lives longer than the data. Bug: 249687132 Tag: #floss Test: build.py --target test; Deployed to CB and checked basic features Change-Id: I07a81a0d8b262d0d0008709164d460fa7e86b0e1
-