Skip to content

//MLBluetoothSDK/com.masterlock.mlbluetoothsdk/MLProduct/connectionPriority

connectionPriority

[androidJvm]\ open var connectionPriority: Int

Since most connections are short-lived, the Master Lock SDK will request high connection priority for faster transfers between the lock and the device. Changing this value to anything besides BluetoothGatt.CONNECTION_PRIORITY_HIGH (value = 1) will cause the SDK to skip the priority request. (This may be useful in cases where you are trying to limit power usage, e.g. a Wear OS app)