mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Xiaomi SPPv2: Add missing byte to timeout value size
This matches captured packets.
This commit is contained in:
committed by
José Rebelo
parent
11e25b68aa
commit
6787b591c9
+1
-1
@@ -153,7 +153,7 @@ public abstract class XiaomiSppPacketV2 {
|
||||
|
||||
// SEND_TIMEOUT (type 4) = 0x2710 -> 10000ms
|
||||
KEY_SEND_TIMEOUT,
|
||||
0x02,
|
||||
0x02, 0x00,
|
||||
0x10, 0x27,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user