executeReliableWrite

abstract suspend fun executeReliableWrite(): Boolean

This method should execute all queued reliable write operations.

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.

If reliable write could not be executed.