Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Sealed class grouping GATT exceptions.
Link copied to clipboard
data class GattOperationException(val status: BleGattOperationStatus, val cause: Throwable? = null) : GattException
An exception thrown when GATT operation cannot succeed.
Link copied to clipboard
An exception indicating that the operation cannot be performed, because of a missing property i.e. an attempt to read from a characteristic which doesn't have BleGattProperty.PROPERTY_READ.
Link copied to clipboard
Exception thrown during enabling/disabling notification/indications when no CCCD descriptor found.