trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant BLOOD_PRESSURE_RECORD

Source
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

FieldSegmentation Header
Typeboolean8
Size1

§Description

See sec:org.bluetooth.characteristic.blood_pressure_record/field/segmentation_header.

––///

§Data Type

FieldSequence Number
Typeuint16
Size2

§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

FieldUUID
Typeuint16
Size2

§Description

Contains the UUID of the contained characteristic value. See sec:org.bluetooth.characteristic.blood_pressure_record/field/uuid.

––///

§Data Type

FieldRecorded Characteristic
TypeDetermined by UUID
SizeVariable

§Description

Contains a part of or a complete characteristic value. See sec:org.bluetooth.characteristic.blood_pressure_record/field/recorded_characteristic.

––///

§Data Type

FieldE2E-CRC
Typeuint16
Size0 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.


more information