Home
last modified time | relevance | path

Searched refs:setup_gatt_connection (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/
Dgatt_connect_low_layer_test.py33 from blueberry.utils.bt_gatt_utils import setup_gatt_connection
192 bluetooth_gatt, gatt_callback = setup_gatt_connection(
251 bluetooth_gatt, gatt_callback = setup_gatt_connection(
270 bluetooth_gatt, gatt_callback = setup_gatt_connection(
326 bluetooth_gatt, gatt_callback = setup_gatt_connection(
395 bluetooth_gatt, gatt_callback = setup_gatt_connection(
486 bluetooth_gatt, gatt_callback = setup_gatt_connection(
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py48 from blueberry.utils.bt_gatt_utils import setup_gatt_connection
272 … bluetooth_gatt, gatt_callback = setup_gatt_connection(self.central, mac_address, autoconnect)
347 bluetooth_gatt_1, gatt_callback_1 = setup_gatt_connection(
358 bluetooth_gatt_2, gatt_callback_2 = setup_gatt_connection(
759 … bluetooth_gatt, gatt_callback = setup_gatt_connection(self.central, mac_address, autoconnect)
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py47 def setup_gatt_connection(central: AndroidDevice, function
134 …bluetooth_gatt, gatt_callback = setup_gatt_connection(central, mac_address, autoconnect, transport…