trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant STEP_CLIMBER_DATA

Source
pub const STEP_CLIMBER_DATA: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2acf Step Climber Data

The Step Climber Data characteristic is used to represent data related to a step climber device.


§Structure

§Data Type

FieldFlags
Typeboolean16
Size2

§Description

See sec:org.bluetooth.characteristic.step_climber_data/field/flags

––///

§Data Type

FieldFloors
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.unitless The Floors field represents the total number of floors counted by the Server since the beginning of the training session. Present if bit 0 of Flags field is set to 0

––///

§Data Type

FieldStep Count
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.unitless The Step Count field represents the total number of steps counted by the Server since the beginning of the training session Present if bit 0 of Flags field is set to 0

––///

§Data Type

FieldSteps Per Minute
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.step_per_minute The Step per Minute Rate field represents the average step rate of a user during a period of one minute. Present if bit 1 of Flags field is set to 1

––///

§Data Type

FieldAverage Step Rate
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.step_per_minute The Average Step Rate field represents the average step rate since the beginning of the training session. Present if bit 2 of Flags field is set to 1

––///

§Data Type

FieldPositive Elevation Gain
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.length.metre The Positive Elevation Gain field represents the positive elevation gain since the beginning of the training session. Present if bit 3 of Flags field is set to 1

––///

§Data Type

FieldTotal Energy
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.energy.kilogram_calorie The Total Energy field represents the total expended energy of a user since the training session has started. Present if bit 4 of Flags field is set to 1

––///

§Data Type

FieldEnergy Per Hour
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.energy.kilogram_calorie The Energy per Hour field represents the average expended energy of a user during a period of one hour. Present if bit 4 of Flags field is set to 1

––///

§Data Type

FieldEnergy Per Minute
Typeuint8
Size0 or 1

§Description

Unit: org.bluetooth.unit.energy.kilogram_calorie The Energy per Minute field represents the average expended energy of a user during a period of one minute. Present if bit 4 of Flags field is set to 1

––///

§Data Type

FieldHeart Rate
Typeuint8
Size0 or 1

§Description

Unit: org.bluetooth.unit.period.beats_per_minute The Heart Rate field represents the current heart rate value of the user (e.g., measured via the contact heart rate or any other means). Present if bit 5 of Flags field is set to 1

––///

§Data Type

FieldMetabolic Equivalent
Typeuint8
Size0 or 1

§Description

Base Unit: org.bluetooth.unit.metabolic_equivalent Represented values: M = 1, d = -1, b = 0 Unit is 1/10 metabolic equivalent The Metabolic Equivalent field represents the metabolic equivalent of the user. Present if bit 6 of Flags field is set to 1

––///

§Data Type

FieldElapsed Time
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.time.second The Elapsed Time field represents the elapsed time of a training session since the training session has started. Present if bit 7 of Flags field is set to 1

––///

§Data Type

FieldRemaining Time
Typeuint16
Size0 or 2

§Description

Unit: org.bluetooth.unit.time.second The Remaining Time field represents the remaining time of a selected training session. Present if bit 8 of Flags field is set to 1


more information