Searched defs:write_descriptor (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 272 async def write_descriptor(self): member in GattClient
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 268 bt_status_t (*write_descriptor)(int conn_id, uint16_t handle, int auth_req, member
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 356 def write_descriptor(self, address, handle, auth_req, value): member in Bluetooth
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 855 def write_descriptor(self, address, handle, auth_req, value): member in FlossGattClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 562 fn write_descriptor(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in write_descriptor() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 837 fn write_descriptor( in write_descriptor() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 563 fn write_descriptor( in write_descriptor() method 2594 fn write_descriptor( in write_descriptor() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1271 pub fn write_descriptor( in write_descriptor() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1712 fn write_descriptor( in write_descriptor() method
|