Home
last modified time | relevance | path

Searched refs:enable_bluetooth (Results 1 – 19 of 19) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DCoexBasicPerformanceTest.py19 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
56 if not enable_bluetooth(self.pri_ad.droid, self.pri_ad.ed):
/tools/test/connectivity/acts_tests/tests/google/experimental/
DBluetoothReconnectTest.py29 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
75 enable_bluetooth(self.phone.droid, self.phone.ed)
DBluetoothPairAndConnectTest.py33 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
82 enable_bluetooth(self.phone.droid, self.phone.ed)
/tools/test/connectivity/acts_tests/tests/google/power/bt/
DPowerBTidleTest.py28 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)
DPowerBLEconnectionidleTest.py50 btutils.enable_bluetooth(self.client_ad.droid, self.client_ad.ed)
DPowerBTcalibrationTest.py36 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiBtStressCoexTest.py27 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
212 enable_bluetooth(dut.droid, dut.ed)
213 enable_bluetooth(headset.droid, headset.ed)
DWifiStressTest.py31 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
296 enable_bluetooth(self.dut.droid, self.dut.ed)
DWifiManagerTest.py33 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
1182 enable_bluetooth(self.dut.droid, self.dut.ed)
/tools/test/connectivity/acts_tests/tests/google/ble/scan/
DBleBackgroundScanTest.py28 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
59 enable_bluetooth(self.scn_ad.droid, self.scn_ad.ed)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexBaseTest.py26 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
126 if not enable_bluetooth(self.pri_ad.droid, self.pri_ad.ed):
Dcoex_test_utils.py41 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth
350 if enable_bluetooth(inquiry_device.droid, inquiry_device.ed):
877 if not enable_bluetooth(pri_ad.droid, pri_ad.ed):
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarSanityTest.py59 bt_utils.enable_bluetooth(self.dut.droid, self.dut.ed)
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpConnectionTest.py181 if not bt_test_utils.enable_bluetooth(self.hf.droid, self.hf.ed):
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS38 enable_bluetooth No argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DA2dpBaseTest.py107 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)
DBtSarBaseTest.py172 bt_utils.enable_bluetooth(self.dut.droid, self.dut.ed)
Dbt_test_utils.py521 def enable_bluetooth(droid, ed): function
563 if not enable_bluetooth(droid, ed):
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpOtaRangeTest.py209 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)