ReliableWriteCompleted
data class ReliableWriteCompleted(val status: BleGattOperationStatus) : ClientGattEvent.ServiceEvent
Event invoked when a reliable write transaction has been completed.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onReliableWriteCompleted(android.bluetooth.BluetoothGatt,%20int))
Properties
Link copied to clipboard
Operation status (BleGattOperationStatus).