Home
last modified time | relevance | path

Searched refs:wait_for_gatt_connection (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/
Dgatt_connect_low_layer_test.py37 from blueberry.utils.bt_gatt_utils import wait_for_gatt_connection
141wait_for_gatt_connection(device, gatt_callback, bluetooth_gatt, timeout=self.default_timeout)
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py72 def wait_for_gatt_connection(central: AndroidDevice, gatt_callback, bluetooth_gatt, timeout): function