Searched refs:enable_bluetooth (Results 1 – 19 of 19) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/ |
D | CoexBasicPerformanceTest.py | 19 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/ |
D | BluetoothReconnectTest.py | 29 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth 75 enable_bluetooth(self.phone.droid, self.phone.ed)
|
D | BluetoothPairAndConnectTest.py | 33 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/ |
D | PowerBTidleTest.py | 28 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)
|
D | PowerBLEconnectionidleTest.py | 50 btutils.enable_bluetooth(self.client_ad.droid, self.client_ad.ed)
|
D | PowerBTcalibrationTest.py | 36 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiBtStressCoexTest.py | 27 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)
|
D | WifiStressTest.py | 31 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth 296 enable_bluetooth(self.dut.droid, self.dut.ed)
|
D | WifiManagerTest.py | 33 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/ |
D | BleBackgroundScanTest.py | 28 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/ |
D | CoexBaseTest.py | 26 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):
|
D | coex_test_utils.py | 41 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/ |
D | BtSarSanityTest.py | 59 bt_utils.enable_bluetooth(self.dut.droid, self.dut.ed)
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarHfpConnectionTest.py | 181 if not bt_test_utils.enable_bluetooth(self.hf.droid, self.hf.ed):
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 38 enable_bluetooth No argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | A2dpBaseTest.py | 107 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)
|
D | BtSarBaseTest.py | 172 bt_utils.enable_bluetooth(self.dut.droid, self.dut.ed)
|
D | bt_test_utils.py | 521 def enable_bluetooth(droid, ed): function 563 if not enable_bluetooth(droid, ed):
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpOtaRangeTest.py | 209 btutils.enable_bluetooth(self.dut.droid, self.dut.ed)
|