Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py780 def discover_service_by_uuid(self, address, uuid): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs791 fn discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String) { in discover_service_by_uuid() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs532 fn discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String); in discover_service_by_uuid() method
2480 fn discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String) { in discover_service_by_uuid() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1666 fn discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String) { in discover_service_by_uuid() method