Searched refs:orchestrate_gatt_connection (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/tests/google/bt/gatt/ |
D | GattOverBrEdrTest.py | 33 from acts.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection 135 orchestrate_gatt_connection(self.cen_ad, self.per_ad, 179 orchestrate_gatt_connection(self.cen_ad, self.per_ad, 227 orchestrate_gatt_connection(self.cen_ad, self.per_ad, 283 orchestrate_gatt_connection(self.cen_ad, self.per_ad, 342 orchestrate_gatt_connection(self.cen_ad, self.per_ad, 396 orchestrate_gatt_connection(self.cen_ad, self.per_ad, 449 orchestrate_gatt_connection(self.cen_ad, self.per_ad,
|
/tools/test/connectivity/acts/tests/google/ble/gatt/ |
D | GattConnectTest.py | 45 from acts.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection 180 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 224 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 429 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 479 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 530 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 578 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 629 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 688 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) 746 orchestrate_gatt_connection(self.cen_ad, self.per_ad)) [all …]
|
/tools/test/connectivity/acts/tests/google/coex/performance_tests/ |
D | WlanWithBlePerformanceTest.py | 22 from acts.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection 124 orchestrate_gatt_connection(self.pri_ad, self.sec_ad))
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | GattConnectedBaseTest.py | 32 from acts.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection 62 orchestrate_gatt_connection(self.cen_ad, self.per_ad))
|
D | bt_gatt_utils.py | 99 def orchestrate_gatt_connection(cen_ad, function
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 36 from acts.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection 110 orchestrate_gatt_connection(pri_ad, sec_ad))
|