/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 359 def write_characteristic(self, address, handle, write_type, auth_req, value): member in Bluetooth 360 return self.gatt_client.write_characteristic(address, handle, write_type, auth_req, value)
|
D | gatt.py | 210 … self.bluetooth.write_characteristic(address, request.handle, self.WRITE_TYPE_DEFAULT,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 260 bt_status_t (*write_characteristic)(int conn_id, uint16_t handle, member
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 262 async def write_characteristic(self): member in GattClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 546 fn write_characteristic(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in write_characteristic() method 548 client.write_characteristic(0, 0, 0, 0, &[0]); in write_characteristic()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 871 def write_characteristic(self, address, handle, write_type, auth_req, value): member in FlossGattClient
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 819 fn write_characteristic( in write_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1246 pub fn write_characteristic( in write_characteristic() method 1257 write_characteristic, in write_characteristic()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 549 fn write_characteristic( in write_characteristic() method 2548 fn write_characteristic( in write_characteristic() method 2569 self.gatt.as_ref().unwrap().lock().unwrap().client.write_characteristic( in write_characteristic()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1265 .write_characteristic(client_id, addr, handle, write_type, auth_req, value); in cmd_gatt()
|
D | dbus_iface.rs | 1694 fn write_characteristic( in write_characteristic() method
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1489 sGattIf->client->write_characteristic(conn_id, handle, write_type, auth_req, in gattClientWriteCharacteristicNative()
|