NordicSemiconductor / Android-BLE-Common-Library

A companion library for the Android BLE Library. Contains parsers for common Bluetooth SIG characteristics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time is parsed incorrectly

SzyQ opened this issue · comments

According to spec:
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.glucose_measurement.xml
Time offset is signed int 16, not unsigned int 16 as it is currently implemented in GlucoseMeasurementDataCallback

Hi, could you confirm it fixed?

Looks, fine, it's the same as in GlucoseMeasurementParser in nrftoolbox.

Released as version 2.1.0-2.