Xiaomi SPPv2: Add missing byte to timeout value size

This matches captured packets.
This commit is contained in:
Colin Kinloch
2025-07-25 01:29:12 +02:00
committed by José Rebelo
parent 11e25b68aa
commit 6787b591c9
@@ -153,7 +153,7 @@ public abstract class XiaomiSppPacketV2 {
// SEND_TIMEOUT (type 4) = 0x2710 -> 10000ms
KEY_SEND_TIMEOUT,
0x02,
0x02, 0x00,
0x10, 0x27,
};
}