mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Add status message parsing and change the reply logic for watch-initiated Auth (in attempt to fix #3986): before this changeset the phone would reply with a generic ACK and then send a request to the watch for setting the auth (with all zeroes); after this changeset the phone replies with a specific auth ack/status message but it ignores what the watch requested and acknowledges back all zeroes. Blindly implemented based on the legacy vivomoveHR code, not tested against real devices.