Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk / UnitController / Status / BluetoothError

BluetoothError

data class BluetoothError : Status

There was an error reported by the mobile device bluetooth radio. That's a direct result from android.bluetooth.le.ScanCallback.onScanFailed. The UnitController will keep trying to scan thou.

Constructors

<init>

BluetoothError(code: Int)

There was an error reported by the mobile device bluetooth radio. That's a direct result from android.bluetooth.le.ScanCallback.onScanFailed. The UnitController will keep trying to scan thou.

Properties

code

val code: Int

Error code from the bluetooth scanner. One of android.bluetooth.le.ScanCallback.SCAN_FAILED_* values.

Functions

toString

fun toString(): String