trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant HIGH_INTENSITY_EXERCISE_THRESHOLD

Source
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

FieldField Selector
Typeuint8
Size1

§Description

See sec:org.bluetooth.characteristic.high_intensity_exercise_threshold/field/field_selector

––///

§Data Type

FieldThreshold as Energy Expenditure per Hour
Typeuint16
Size0 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

FieldThreshold as Metabolic Equivalent
Typeuint8
Size0 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

FieldThreshold as Percentage of Maximum Heart Rate
Typeuint8
Size0 or 1

§Description

Unit: org.bluetooth.unit.percentage Present if value of Field Selector field is 3

––///

§Data Type

FieldThreshold as Heart Rate
Typeuint8
Size0 or 1

§Description

Unit: org.bluetooth.unit.period.beats_per_minute Present if value of Field Selector field is 4


more information