Searched refs:orchestrate_gatt_connection (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_connect_test.py | 47 from blueberry.utils.bt_gatt_utils import orchestrate_gatt_connection 175 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 216 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 426 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 470 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 516 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 569 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 624 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 745 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri… 848 …bluetooth_gatt, gatt_callback, adv_callback = (orchestrate_gatt_connection(self.central, self.peri…
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | gatt_connected_base_test.py | 39 from blueberry.utils.bt_gatt_utils import orchestrate_gatt_connection 66 self.bluetooth_gatt, self.gatt_callback, self.adv_callback = (orchestrate_gatt_connection(
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 117 def orchestrate_gatt_connection(central: AndroidDevice, function
|