Home
last modified time | relevance | path

Searched defs:bluetooth_gatt (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py72 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/
Dgatt_connect_low_layer_test.py128 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/
Dgatt_connected_base_test.py152 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py95 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs135 let bluetooth_gatt = in main() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs13 pub mod bluetooth_gatt; module
Ddis.rs26 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
Dbluetooth.rs594 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, field