Home
last modified time | relevance | path

Searched defs:read_descriptor (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py267 async def read_descriptor(self): member in GattClient
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h265 bt_status_t (*read_descriptor)(int conn_id, uint16_t handle, int auth_req); member
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py332 def read_descriptor(self, address, handle, auth_req): member in Bluetooth
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py840 def read_descriptor(self, address, handle, auth_req): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs554 fn read_descriptor(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in read_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs832 fn read_descriptor(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32) { in read_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs560 fn read_descriptor(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32); in read_descriptor() method
2580 fn read_descriptor(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32) { in read_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1267 pub fn read_descriptor(&self, conn_id: i32, handle: u16, auth_req: i32) -> BtStatus { in read_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1707 fn read_descriptor(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32) { in read_descriptor() method