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 | 86 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 | 77 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattOverBrEdrTest 139 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 187 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 237 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 294 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 353 return self._orchestrate_gatt_disconnection(bluetooth_gatt, 401 test_result = self._orchestrate_gatt_disconnection(
|
/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
|