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
191 bluetooth_gatt, gatt_callback = setup_gatt_connection(self.dut,
252 bluetooth_gatt, gatt_callback = setup_gatt_connection(self.dut,
273 bluetooth_gatt, gatt_callback = setup_gatt_connection(self.dut,
331 bluetooth_gatt, gatt_callback = setup_gatt_connection(self.dut,
402 bluetooth_gatt, gatt_callback = setup_gatt_connection(self.dut,
495 bluetooth_gatt, gatt_callback = setup_gatt_connection(self.dut,
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py48 from blueberry.utils.bt_gatt_utils import setup_gatt_connection
276 … bluetooth_gatt, gatt_callback = setup_gatt_connection(self.central, mac_address, autoconnect)
352 bluetooth_gatt_1, gatt_callback_1 = setup_gatt_connection(self.central,
366 bluetooth_gatt_2, gatt_callback_2 = setup_gatt_connection(self.central,
680 … 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…