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
| Field | Year |
| Type | uint16 |
| Size | 2 |
§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
| Field | Month |
| Type | uint8 |
| Size | 1 |
§Description
See sec:org.bluetooth.characteristic.date_of_birth/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