Home
last modified time | relevance | path

Searched refs:bt_device (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/power/
DSetupBTPairingTest.py43 self.bt_device = self.select_device_by_mac_address(self.user_params["mac_address"])
73 self.bt_device.setup()
74 self.bt_device.power_on()
77 self.bt_device.enter_pairing_mode()
92 self.bt_device.power_off()
93 self.bt_device.clean_up()
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBTBaseTest.py80 self.bt_device = bt_factory().generate(self.bt_device_controller)
92 self.bt_device.reset()
93 self.bt_device.power_on()
110 self.bt_device.reset()
111 self.bt_device.power_off()
121 self.bt_device.reset()
122 self.bt_device.power_off()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DA2dpBaseTest.py69 self.bt_device = bt_factory().generate(self.bt_device_controller)
81 self.bt_device.reset()
82 self.bt_device.power_off()
93 self.bt_device.reset()
94 self.bt_device.power_on()
96 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60)
110 self.bt_device.reset()
111 self.bt_device.power_off()
DBtSarBaseTest.py107 self.bt_device = bt_factory().generate(self.bt_device_controller)
127 self.bt_device.reset()
128 self.bt_device.power_on()
131 bt_utils.connect_phone_to_headset(self.dut, self.bt_device, 60)
146 self.bt_device.reset()
147 self.bt_device.power_off()
162 self.bt_device.reset()
163 self.bt_device.power_off()
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithA2dpPerformanceTest.py46 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/google/power/bt/
DPowerBTidleTest.py56 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60)
DPowerBTcalibrationTest.py36 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60)
DPowerBTa2dpTest.py38 btutils.connect_phone_to_headset(self.dut, self.bt_device, 60)
/tools/test/connectivity/acts/tests/google/bt/performance/
DBtCodecSweepTest.py52 self.bt_device.earstudio_controller.clean_up()
152 self.bt_device)
DBtA2dpRangeTest.py107 self.bt_device)
/tools/test/connectivity/acts/tests/google/bt/sar/
DBtSarPowerLimitTest.py194 bt_utils.connect_phone_to_headset(self.dut, self.bt_device, 60)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py76 def avrcp_actions(pri_ad, bt_device): argument
89 bt_device.volume_up()
97 bt_device.volume_down()
104 bt_device.next()
106 bt_device.previous()