Searched defs:gatt_callback (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | ble_performance_test_utils.py | 66 def read_ble_rssi(client_ad, gatt_server, gatt_callback): argument 216 gatt_server, gatt_callback): argument 238 def ble_gatt_disconnection(client_ad, bluetooth_gatt, gatt_callback): argument
|
D | bt_gatt_utils.py | 77 def disconnect_gatt_connection(cen_ad, bluetooth_gatt, gatt_callback): argument 83 def wait_for_gatt_disconnect_event(cen_ad, gatt_callback): argument 356 def setup_gatt_mtu(cen_ad, bluetooth_gatt, gatt_callback, mtu): argument
|
D | GattConnectedBaseTest.py | 112 def _timed_pop(self, gatt_event, droid, gatt_callback): argument 158 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
D | BtSarBaseTest.py | 295 gatt_callback=None, argument
|
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/ |
D | GattConnectTest.py | 86 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument 115 gatt_callback, argument
|
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/ |
D | WlanWithBlePerformanceTest.py | 62 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/tools/test/connectivity/acts_tests/tests/google/bt/gatt/ |
D | GattOverBrEdrTest.py | 77 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 375 def _client_wait(self, gatt_event, gatt_callback): argument 378 def _timed_pop(self, gatt_event, gatt_callback): argument
|