Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py80 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattOverBrEdrTest
142 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
190 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
240 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
297 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
356 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
404 test_result = self._orchestrate_gatt_disconnection(bluetooth_gatt,
/tools/test/connectivity/acts/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)
313 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
440 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
490 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
541 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
592 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
645 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
706 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
[all …]
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithBlePerformanceTest.py52 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in WlanWithBlePerformanceTest
131 return self._orchestrate_gatt_disconnection(bluetooth_gatt,
/tools/test/connectivity/acts/framework/acts/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