miband-android
miband-android copied to clipboard
Unofficial SDK for Xiaomi Mi Band
how to use auth pair token with this sdk on mi band 4 ?
Bumps [butterknife-compiler](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.3. Changelog Sourced from butterknife-compiler's changelog. Version 10.2.3 (2020-08-12) Heads up: Development on this tool is winding down as view binding is stable in AS/AGP...
Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.3. Changelog Sourced from butterknife's changelog. Version 10.2.3 (2020-08-12) Heads up: Development on this tool is winding down as view binding is stable in AS/AGP...
``` override fun onCharacteristicChanged(gatt: BluetoothGatt, characteristic: BluetoothGattCharacteristic) { super.onCharacteristicChanged(gatt, characteristic) if (notifyListeners.containsKey(characteristic.uuid)) { notifyListeners[characteristic.uuid]?.invoke(characteristic.value) } } ``` In the above code , what does **notifyListeners[characteristic.uuid]?.invoke(characteristic.value)** do ?
When I click on the bracelet you found, the application closes by mistake and gives me the following error: java.lang.IllegalStateException: System services not available to Activities before onCreate()