Searched defs:read_characteristic (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 252 async def read_characteristic(self): member in GattClient
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 249 bt_status_t (*read_characteristic)(int conn_id, uint16_t handle, member
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 329 def read_characteristic(self, address, handle, auth_re): member in Bluetooth
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 808 def read_characteristic(self, address, handle, auth_req): member in FlossGattClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 525 fn read_characteristic(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in read_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 801 fn read_characteristic(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32) { in read_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 535 fn read_characteristic(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32); in read_characteristic() method 2509 fn read_characteristic(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32) { in read_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1223 pub fn read_characteristic(&self, conn_id: i32, handle: u16, auth_req: i32) -> BtStatus { in read_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1676 fn read_characteristic(&self, client_id: i32, addr: RawAddress, handle: i32, auth_req: i32) { in read_characteristic() method
|