Searched defs:bluetooth_gatt (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 72 def wait_for_gatt_connection(central: AndroidDevice, gatt_callback, bluetooth_gatt, timeout): argument 90 def close_gatt_client(central: AndroidDevice, bluetooth_gatt): argument 97 def disconnect_gatt_connection(central: AndroidDevice, bluetooth_gatt, gatt_callback): argument 144 bluetooth_gatt, argument 314 def setup_gatt_mtu(central: AndroidDevice, bluetooth_gatt, gatt_callback, mtu): argument 344 def log_gatt_server_uuids(central: AndroidDevice, discovered_services_index, bluetooth_gatt=None): argument
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/ |
D | gatt_connect_low_layer_test.py | 128 def _disconnect_gatt(self, device: AndroidDevice, bluetooth_gatt, gatt_callback): argument 139 def _wait_for_gatt_connection(self, device: AndroidDevice, gatt_callback, bluetooth_gatt): argument
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | gatt_connected_base_test.py | 152 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_connect_test.py | 95 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | main.rs | 135 let bluetooth_gatt = in main() localVariable
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | lib.rs | 13 pub mod bluetooth_gatt; module
|
D | dis.rs | 26 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
|
D | bluetooth.rs | 594 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
|