trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant DATE_OF_THRESHOLD_ASSESSMENT

Source
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

FieldYear
Typeuint16
Size2

§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

FieldMonth
Typeuint8
Size1

§Description

See sec:org.bluetooth.characteristic.date_of_threshold_assessment/field/month.

––///

§Data Type

FieldDay
Typeuint8
Size1

§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


more information