pub const INTERMEDIATE_CUFF_PRESSURE: BluetoothUuid16;Expand description
Bluetooth characteristic UUID.
0x2a36 Intermediate Cuff Pressure
The Intermediate Cuff Pressure characteristic is used to send intermediate Cuff Pressure values to a device for display purposes while a measurement is in progress. The Intermediate Cuff Pressure characteristic has the same format as the Blood Pressure Measurement characteristic in sec:org.bluetooth.characteristic.blood_pressure_measurement. However, due to a different context, the Blood Pressure Measurement Compound Value field is used for the Intermediate Cuff Pressure Compound Value field and the Systolic sub-field is used for the Current Cuff Pressure sub-field. The Diastolic and Mean Arterial Pressure fields are unused.
§Structure
§Data Type
| Field | Flags |
| Type | boolean8 |
| Size | 1 |
§Description
See sec:org.bluetooth.characteristic.intermediate_cuff_pressure/field/flags.
––///
§Data Type
| Field | Intermediate Cuff Pressure Compound Value - Current Cuff Pressure (mmHg) |
| Type | medfloat16 |
| Size | 0 or 2 |
§Description
Unit: org.bluetooth.unit.pressure.millimetre_of_mercury Present if bit 0 of Flags field is set to 0
––///
§Data Type
| Field | Intermediate Cuff Pressure Compound Value - Current Cuff Pressure (kPa) |
| Type | medfloat16 |
| Size | 0 or 2 |
§Description
Base Unit: org.bluetooth.unit.pressure.pascal; M = 1, d = 3, and b = 0 Present if bit 0 of Flags field is set to 1
––///
§Data Type
| Field | Intermediate Cuff Pressure Compound Value - Diastolic (unused) |
| Type | medfloat16 |
| Size | 2 |
§Description
This subfield is not used and is set to the special value NaN.
––///
§Data Type
| Field | Intermediate Cuff Pressure Compound Value - Mean Arterial Pressure (unused) |
| Type | medfloat16 |
| Size | 2 |
§Description
This subfield is not used and is set to the special value NaN.
––///
§Data Type
| Field | Time Stamp |
| Type | struct |
| Size | 0 or 7 |
§Description
Refer to Date Time characteristic in sec:org.bluetooth.characteristic.date_time
Present if bit 1 of Flags field is set to 1
––///
§Data Type
| Field | Pulse Rate |
| Type | medfloat16 |
| Size | 0 or 2 |
§Description
Unit: org.bluetooth.unit.period.beats_per_minute Present if bit 2 of Flags field is set to 1
––///
§Data Type
| Field | User ID |
| Type | uint8 |
| Size | 0 or 1 |
§Description
See sec:org.bluetooth.characteristic.intermediate_cuff_pressure/field/user_id.
Present if bit 3 of Flags field is set to 1
––///
§Data Type
| Field | Measurement Status |
| Type | boolean16 |
| Size | 0 or 2 |
§Description
See sec:org.bluetooth.characteristic.intermediate_cuff_pressure/field/measurement_status.
Present if bit 4 of Flags field is set to 1