BleScanStartException

A discovery scan-start failure. No advertisements can be delivered until a future scan starts successfully.

Constructors

Link copied to clipboard
constructor(reason: BleScanStartFailureReason, cause: Throwable)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard

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.