piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
103 stars 51 forks source link

Current Time Service : add 1 missing data byte #261

Closed JF002 closed 1 year ago

JF002 commented 1 year ago

Add one missing data byte (fractions256) to be compliant with the BLE spec (CTS).

This change is needed to support InfiniTime 1.12 which also added this field and now requires 10 bytes to validate the data coming from the host.

BLE spec can be found here (look for Current Time Service) and here (GATT Specification supplement).

piggz commented 1 year ago

thanks