abortReliableWrite

abstract suspend fun abortReliableWrite(): Boolean

This method should abort a reliable write transaction.

The result should be reported by emitting ReliableWriteCompleted event to events flow.

Return

True if the operation was successfully; false otherwise.

Throws

If BLUETOOTH_CONNECT permission is denied.