mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 03:16:51 +01:00
Mi Band 3: Fix Pairing, this MIGHT break pairing for other devices (Bip/Cor/Mi Band 2)
This commit is contained in:
parent
27ea722021
commit
dc1e831630
@ -101,7 +101,7 @@ public class MiBand2Service {
|
|||||||
/**
|
/**
|
||||||
* In some logs it's 0x0...
|
* 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?
|
// maybe not really activity data, but steps?
|
||||||
public static final byte COMMAND_FETCH_DATA = 0x02;
|
public static final byte COMMAND_FETCH_DATA = 0x02;
|
||||||
|
Loading…
Reference in New Issue
Block a user