Home
last modified time | relevance | path

Searched refs:_orchestrate_gatt_disconnection (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattConnectTest.py87 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/
DGattOverBrEdrTest.py78 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/
DWlanWithBlePerformanceTest.py62 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/
DGattConnectedBaseTest.py100 self._orchestrate_gatt_disconnection(self.bluetooth_gatt,
158 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattConnectedBaseTest