Searched refs:disconnect_gatt_connection (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | gatt_connected_base_test.py | 38 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/ |
D | gatt_connect_test.py | 44 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/ |
D | gatt_connect_low_layer_test.py | 35 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/ |
D | bt_gatt_utils.py | 97 def disconnect_gatt_connection(central: AndroidDevice, bluetooth_gatt, gatt_callback): function
|