ScanFailedException

class ScanFailedException(val errorCode: Int) : RuntimeException

Signals, that the BLE device scan could not be started.

Parameters

errorCode

the original error-code provided by the Android Bluetooth API, a constant defined in android.bluetooth.le.ScanCallback.

Constructors

Link copied to clipboard
constructor(errorCode: Int)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard