pub const HIGH_INTENSITY_EXERCISE_THRESHOLD: BluetoothUuid16;Expand description
Bluetooth characteristic UUID.
0x2b4d High Intensity Exercise Threshold
The High Intensity Exercise Threshold characteristic is used to represent the high intensity exercise threshold of a user.
§Structure
§Data Type
| Field | Field Selector |
| Type | uint8 |
| Size | 1 |
§Description
See sec:org.bluetooth.characteristic.high_intensity_exercise_threshold/field/field_selector
––///
§Data Type
| Field | Threshold as Energy Expenditure per Hour |
| Type | uint16 |
| Size | 0 or 2 |
§Description
Base Unit: org.bluetooth.unit.energy.joule Represented values: M = 1, d = 3, b = 0 Unit is joule with a resolution of 1000 joules Present if value of Field Selector field is 1
––///
§Data Type
| Field | Threshold as Metabolic Equivalent |
| Type | uint8 |
| Size | 0 or 1 |
§Description
Base Unit: org.bluetooth.unit.metabolic_equivalent Represented values: M = 1, d = -1, b = 0 Unit is MET with a resolution of 0.1 MET (i.e., kcal/kg/hour) Present if value of Field Selector field is 2
––///
§Data Type
| Field | Threshold as Percentage of Maximum Heart Rate |
| Type | uint8 |
| Size | 0 or 1 |
§Description
Unit: org.bluetooth.unit.percentage Present if value of Field Selector field is 3
––///
§Data Type
| Field | Threshold as Heart Rate |
| Type | uint8 |
| Size | 0 or 1 |
§Description
Unit: org.bluetooth.unit.period.beats_per_minute Present if value of Field Selector field is 4