pub const DATE_OF_THRESHOLD_ASSESSMENT: BluetoothUuid16;Expand description
Bluetooth characteristic UUID.
0x2a86 Date of Threshold Assessment
The Date of Threshold Assessment characteristic is used to represent the date of threshold assessment of a user.
§Structure
§Data Type
| Field | Year |
| Type | uint16 |
| Size | 2 |
§Description
Year as defined by the Gregorian calendar. Unit; org.bluetooth.unit.time.year The Year is an integer value. Minimum value: 1582 Maximum value: 9999 In addition to the above range, a special value is defined: 0 = Year is not known
––///
§Data Type
| Field | Month |
| Type | uint8 |
| Size | 1 |
§Description
See sec:org.bluetooth.characteristic.date_of_threshold_assessment/field/month.
––///
§Data Type
| Field | Day |
| Type | uint8 |
| Size | 1 |
§Description
Unit: org.bluetooth.unit.time.day The Day is an integer value. Minimum value: 1 Maximum value: 31 In addition to the above range, a special value is defined: 0 = Day of Month is not known