trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant DATE_OF_BIRTH

Source
pub const DATE_OF_BIRTH: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2a85 Date of Birth

The Date of Birth characteristic is used to represent the date of birth of a user as defined by the Gregorian calendar.


§Structure

§Data Type

FieldYear
Typeuint16
Size2

§Description

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_birth/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