//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.Interfaces/IMLLockScannerDelegate/onScanFailed
onScanFailed¶
[androidJvm]\ abstract fun onScanFailed(errorCode: Int)
Indicates that the bluetooth scanner received an error when attempting to scan
Parameters¶
androidJvm
| errorCode | the int corresponding with error constants defined in android.bluetooth.le.ScanCallback; value of -1 indicates that the Bluetooth Adapter is unavailable |