Home
last modified time | relevance | path

Searched refs:disconnect_gatt_connection (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py38 from blueberry.utils.bt_gatt_utils import disconnect_gatt_connection
155 disconnect_gatt_connection(self.central, bluetooth_gatt, gatt_callback)
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py44 from blueberry.utils.bt_gatt_utils import disconnect_gatt_connection
98 disconnect_gatt_connection(self.central, bluetooth_gatt, gatt_callback)
287 disconnect_gatt_connection(self.central, bluetooth_gatt, gatt_callback)
378 disconnect_gatt_connection(self.central, bluetooth_gatt_1, gatt_callback_1)
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/
Dgatt_connect_low_layer_test.py35 from blueberry.utils.bt_gatt_utils import disconnect_gatt_connection
130 disconnect_gatt_connection(device, bluetooth_gatt, gatt_callback)
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py97 def disconnect_gatt_connection(central: AndroidDevice, bluetooth_gatt, gatt_callback): function