Searched refs:bt_device (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/power/ |
D | SetupBTPairingTest.py | 41 self.bt_device = self.select_device_by_mac_address( 71 self.bt_device.setup() 72 self.bt_device.power_on() 75 self.bt_device.enter_pairing_mode() 88 self.bt_device.power_off() 89 self.bt_device.clean_up()
|
/tools/test/connectivity/acts_tests/tests/google/bt/sar/ |
D | BleSarPowerLimitTest.py | 41 self.bt_device = self.android_devices[1] 60 utils.set_location_service(self.bt_device, True) 77 ble_gatt_disconnection(self.bt_device, self.bluetooth_gatt, 79 self.bt_device.droid.bluetoothSocketConnStop() 98 self.client_conn_id = ble_coc_connection(self.bt_device, self.dut) 100 self.bt_device, 122 self.client_conn_id = ble_coc_connection(self.bt_device, self.dut) 124 self.bt_device,
|
D | BtSarPowerLimitTest.py | 66 self.bt_device.reset() 68 bt_utils.connect_phone_to_headset(self.dut, self.bt_device, 60)
|
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/ |
D | WlanWithA2dpPerformanceTest.py | 46 self.bt_device = bf().generate(self.dut_controller) 50 self.bt_device.power_on() 51 self.headset_mac_address = self.bt_device.mac_address 52 self.bt_device.enter_pairing_mode() 94 (avrcp_actions, (self.pri_ad, self.bt_device))]
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpOtaRangeTest.py | 120 self.bt_device = bt_factory().generate(self.bt_device_controller) 148 self.bt_device.reset() 149 self.bt_device.power_off() 156 self.bt_device.reset() 177 self.bt_device.reset() 178 self.bt_device.power_off() 193 self.bt_device.previous_track() 194 self.bt_device.play() 201 self.bt_device.pause() 207 self.bt_device.reset() [all …]
|
D | BtCodecSweepTest.py | 52 self.bt_device.earstudio_controller.clean_up() 152 self.bt_device)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | A2dpBaseTest.py | 81 self.bt_device = bt_factory().generate(self.bt_device_controller) 93 self.bt_device.reset() 94 self.bt_device.power_off() 105 self.bt_device.reset() 106 self.bt_device.power_on() 108 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60) 122 self.bt_device.reset() 123 self.bt_device.power_off() 274 self.bt_device)
|
D | BtSarBaseTest.py | 152 self.bt_device = bt_factory().generate(self.bt_device_controller) 175 self.bt_device.reset() 176 self.bt_device.power_on() 179 bt_utils.connect_phone_to_headset(self.dut, self.bt_device, 60) 194 self.bt_device.reset() 195 self.bt_device.power_off() 210 self.bt_device.reset() 211 self.bt_device.power_off()
|
/tools/test/connectivity/acts_tests/tests/google/power/bt/ |
D | PowerBTidleTest.py | 56 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60)
|
D | PowerBTcalibrationTest.py | 37 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60)
|
D | PowerBTa2dpTest.py | 48 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 75 def avrcp_actions(pri_ad, bt_device): argument 88 bt_device.volume_up() 96 bt_device.volume_down() 103 bt_device.next() 105 bt_device.previous()
|