1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-16 20:31:00 +02:00

Mi Band 3: Fix Pairing, this MIGHT break pairing for other devices (Bip/Cor/Mi Band 2)

This commit is contained in:
Andreas Shimokawa 2018-07-16 13:38:51 +02:00
parent 27ea722021
commit dc1e831630

View File

@ -101,7 +101,7 @@ public class MiBand2Service {
/**
* In some logs it's 0x0...
*/
public static final byte AUTH_BYTE = 0x8;
public static final byte AUTH_BYTE = 0x00;
// maybe not really activity data, but steps?
public static final byte COMMAND_FETCH_DATA = 0x02;