mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Refactor FitDataMessage to support a two-step message parsing: at first hold a copy of the incoming bytestream and later parse it according to a list of RecordDefinitions. This allows to remove PredefinedLocalMessage which was already made obsolete by previous changes. This should also allow to support incoming FitDefinition/FitData exchanges.