- device
- The remote device that has requested the write operation
- requestId
- The Id of the request
- characteristic
- Characteristic to be written to.
- preparedWrite
- true, if this write operation should be queued for later execution.
- responseNeeded
- true, if the remote device requires a response
- offset
- The offset given for the value
- value
- The value the client wants to assign to the characteristic
A remote client has requested to write to a local characteristic.
An application must call BluetoothGattServer.SendResponse(BluetoothDevice, System.Int32, System.Int32, System.Int32, System.Int32) to complete the request.