pub const BLOOD_PRESSURE_RECORD: BluetoothUuid16;Expand description
Bluetooth characteristic UUID.
0x2b36 Blood Pressure Record
The Blood Pressure Record characteristic is a container that represents a stored value of a blood pressure measurement or of any other characteristic as specified by the service using the characteristic.
§Structure
§Data Type
| Field | Segmentation Header |
| Type | boolean8 |
| Size | 1 |
§Description
See sec:org.bluetooth.characteristic.blood_pressure_record/field/segmentation_header.
––///
§Data Type
| Field | Sequence Number |
| Type | uint16 |
| Size | 2 |
§Description
Contains a sequence number of the record. The sequence number starts at 0 and loops back to 0 after 65536 records (per user).
See sec:org.bluetooth.characteristic.blood_pressure_record/field/sequence_number.
––///
§Data Type
| Field | UUID |
| Type | uint16 |
| Size | 2 |
§Description
Contains the UUID of the contained characteristic value.
See sec:org.bluetooth.characteristic.blood_pressure_record/field/uuid.
––///
§Data Type
| Field | Recorded Characteristic |
| Type | Determined by UUID |
| Size | Variable |
§Description
Contains a part of or a complete characteristic value.
See sec:org.bluetooth.characteristic.blood_pressure_record/field/recorded_characteristic.
––///
§Data Type
| Field | E2E-CRC |
| Type | uint16 |
| Size | 0 or 2 |
§Description
Contains the CRC over all the data of a complete single or multi-message record.
See sec:org.bluetooth.characteristic.blood_pressure_record/field/e2e-crc.
The presence of this field is defined by the service using this characteristic.