write

abstract suspend fun write(data: ByteArray, writeType: WriteType)

Writes the value of the characteristic.

Parameters

data

The data to be written.

writeType

The write type to be used.

Throws

if the operation failed.

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

if the implementation fails, see cause for a reason.