Searched refs:close_gatt_client (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | ble_performance_test_utils.py | 23 from acts_contrib.test_utils.bt.bt_gatt_utils import close_gatt_client 206 close_gatt_client(client_ad, bluetooth_gatt)
|
D | bt_gatt_utils.py | 54 close_gatt_client(cen_ad, bluetooth_gatt) 59 close_gatt_client(cen_ad, bluetooth_gatt) 70 def close_gatt_client(cen_ad, bluetooth_gatt): function
|
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/ |
D | WlanWithBlePerformanceTest.py | 20 from acts_contrib.test_utils.bt.bt_gatt_utils import close_gatt_client 80 close_gatt_client(self.pri_ad, bluetooth_gatt)
|
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/ |
D | GattConnectTest.py | 43 from acts_contrib.test_utils.bt.bt_gatt_utils import close_gatt_client 92 close_gatt_client(self.cen_ad, bluetooth_gatt) 294 close_gatt_client(self.cen_ad, bluetooth_gatt) 382 close_gatt_client(self.cen_ad, bluetooth_gatt_1) 390 close_gatt_client(self.cen_ad, bluetooth_gatt_2) 1152 close_gatt_client(self.cen_ad, bluetooth_gatt)
|