BleScanStartException
class BleScanStartException(val reason: BleScanStartFailureReason, cause: Throwable) : IllegalStateException(source)
A discovery scan-start failure. No advertisements can be delivered until a future scan starts successfully.
Properties
Functions
Link copied to clipboard
Inspects this Throwable and returns a BleExceptionInfo if it is a known Kable exception, or null if it is unrelated to the BLE layer.
Link copied to clipboard
Returns true if this throwable indicates the BLE session is irrecoverably broken and should be torn down (triggering reconnection), as opposed to a transient condition that can be retried.