Searched refs:pair_pri_to_sec (Results 1 – 14 of 14) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarPairingTest.py | 65 if not bt_test_utils.pair_pri_to_sec( 120 if not bt_test_utils.pair_pri_to_sec( 141 if not bt_test_utils.pair_pri_to_sec(
|
D | BtCarPbapTest.py | 64 if not bt_test_utils.pair_pri_to_sec(self.pce, self.pse): 68 if not bt_test_utils.pair_pri_to_sec(self.pce, self.pse2):
|
D | BtCarMediaConnectionTest.py | 48 if not bt_test_utils.pair_pri_to_sec(
|
D | BtCarPairedConnectDisconnectTest.py | 49 result = bt_test_utils.pair_pri_to_sec(
|
D | BtCarMediaPassthroughTest.py | 81 if not bt_test_utils.pair_pri_to_sec(
|
/tools/test/connectivity/acts_tests/tests/google/bt/hid/ |
D | HidDeviceTest.py | 25 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 101 pair_pri_to_sec(self.host_ad, self.device_ad, attempts=3) 207 pair_pri_to_sec(self.host_ad, self.device_ad, attempts=3)
|
/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | BtFactoryResetTest.py | 21 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 57 if not pair_pri_to_sec(self.pri_dut, self.sec_dut, attempts=1):
|
D | BtMetricsTest.py | 21 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 71 if (not pair_pri_to_sec(
|
/tools/test/connectivity/acts_tests/tests/google/bt/ota/ |
D | BtOtaTest.py | 19 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 34 if not pair_pri_to_sec(self.dut, self.android_devices[1]):
|
/tools/test/connectivity/acts_tests/tests/google/bt/system_tests/ |
D | BtStressTest.py | 27 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 116 if (not pair_pri_to_sec(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BluetoothCarHfpBaseTest.py | 27 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 85 if not pair_pri_to_sec(
|
D | bt_test_utils.py | 1228 if not (pair_pri_to_sec(pan_dut, panu_dut)): 1306 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): function
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_bt_utils.py | 21 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 57 if not (pair_pri_to_sec(provider, client)):
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiBtStressCoexTest.py | 31 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec 218 pair_pri_to_sec(dut, headset)
|