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.
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. |
val code: Int
Error code from the bluetooth scanner. One of android.bluetooth.le.ScanCallback.SCAN_FAILED_* values. |
fun toString(): String |