Home
last modified time | relevance | path

Searched defs:btif_gattc_discover_service_by_uuid (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py247 async def btif_gattc_discover_service_by_uuid(self): member in GattClient
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h245 void (*btif_gattc_discover_service_by_uuid)(int conn_id, member
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py347 def btif_gattc_discover_service_by_uuid(self, address, uuid): member in Bluetooth
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc413 static void btif_gattc_discover_service_by_uuid(int conn_id, const Uuid& uuid) { in btif_gattc_discover_service_by_uuid() function
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py794 def btif_gattc_discover_service_by_uuid(self, address, uuid): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs512 fn btif_gattc_discover_service_by_uuid( in btif_gattc_discover_service_by_uuid() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs796 fn btif_gattc_discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String) { in btif_gattc_discover_service_by_uuid() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs529 fn btif_gattc_discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String); in btif_gattc_discover_service_by_uuid() method
2493 fn btif_gattc_discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String) { in btif_gattc_discover_service_by_uuid() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1219 pub fn btif_gattc_discover_service_by_uuid(&self, conn_id: i32, uuid: &Uuid) { in btif_gattc_discover_service_by_uuid() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1671 fn btif_gattc_discover_service_by_uuid(&self, client_id: i32, addr: RawAddress, uuid: String) { in btif_gattc_discover_service_by_uuid() method