Searched refs:close_gatt_client (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 61 close_gatt_client(central, bluetooth_gatt) 66 close_gatt_client(central, bluetooth_gatt) 77 close_gatt_client(central, bluetooth_gatt) 81 close_gatt_client(central, bluetooth_gatt) 90 def close_gatt_client(central: AndroidDevice, bluetooth_gatt): function
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_connect_test.py | 43 from blueberry.utils.bt_gatt_utils import close_gatt_client 100 close_gatt_client(self.central, bluetooth_gatt) 289 close_gatt_client(self.central, bluetooth_gatt) 379 close_gatt_client(self.central, bluetooth_gatt_1) 388 close_gatt_client(self.central, bluetooth_gatt_2)
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/ |
D | gatt_connect_low_layer_test.py | 38 from blueberry.utils.bt_gatt_utils import close_gatt_client 135 close_gatt_client(device, bluetooth_gatt) 278 close_gatt_client(self.dut, bluetooth_gatt)
|