1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-18 03:14:03 +02:00

Pebble: for 3.x notification, do not zero parent UUID

instead reuse the same reandom UUID again.
This commit is contained in:
Andreas Shimokawa 2015-07-24 09:33:20 +02:00
parent 91cc19befe
commit 49cc4ec9d6

View File

@ -404,7 +404,6 @@ public class PebbleProtocol extends GBDeviceProtocol {
// pin - 46 bytes
buf.put(uuid_buf); // random UUID
Arrays.fill(uuid_buf, (byte) 0);
buf.put(uuid_buf); // parent UUID
buf.putInt(timestamp); // 32-bit timestamp
buf.putShort((short) 0); // duration