write

abstract suspend fun write(data: ByteArray)

Writes the value of the descriptor.

Parameters

data

The data to be written.

Throws

if the value was sent using Long Write or Reliable Write procedure and the value replied back by the peripheral does not match the value written.

if the operation failed.

if the descriptor has been invalidated due to disconnection of service change event.

if the implementation fails, see cause for a reason.