Searched refs:_orchestrate_gatt_disconnection (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/ |
D | GattConnectTest.py | 87 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattConnectTest 186 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 240 self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback) 314 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 442 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 492 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 543 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 594 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 647 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 708 return self._orchestrate_gatt_disconnection(bluetooth_gatt, [all …]
|
/tools/test/connectivity/acts_tests/tests/google/bt/gatt/ |
D | GattOverBrEdrTest.py | 78 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattOverBrEdrTest 140 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 188 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 238 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 295 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 354 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 402 test_result = self._orchestrate_gatt_disconnection(bluetooth_gatt,
|
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/ |
D | WlanWithBlePerformanceTest.py | 62 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in WlanWithBlePerformanceTest 146 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | GattConnectedBaseTest.py | 100 self._orchestrate_gatt_disconnection(self.bluetooth_gatt, 158 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattConnectedBaseTest
|