Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk / UnitController / Status / BluetoothError / code
code
val code: Int
Error code from the bluetooth scanner. One of android.bluetooth.le.ScanCallback.SCAN_FAILED_* values.
Android also notoriously sends an undocumented code 133.
That means a bluetooth driver internal error,
possible solutions vary a lot around devices and manufacturers, things like:
- reboot the bluetooth radio,
- reboot the phone,
- clear data from the Bluetooth application in Settings -> Application,
- factory reset the phone,
- and sometimes only buying a new phone will fix it (cheap Huawei devices).