GattOperationException
data class GattOperationException(val status: BleGattOperationStatus, val cause: Throwable? = null) : GattException
An exception thrown when GATT operation cannot succeed.
An exception thrown when GATT operation cannot succeed.