//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.Interfaces/IMLLockScannerDelegate/shouldConnect
shouldConnect¶
[androidJvm]\ abstract fun shouldConnect(deviceId: String, rssi: Int): Boolean
Asks the delegate if the device should be connected to.
Return¶
true if you want to connect to the device
Parameters¶
androidJvm
| deviceId | The unique identifier associated with a Master Lock product. |
| rssi | The signal strength of the broadcasting device. |