trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant RSC_MEASUREMENT

Source
pub const RSC_MEASUREMENT: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2a53 RSC Measurement

The RSC Measurement characteristic is used to represent data related to a running speed and cadence (RSC) measurement.


§Structure

§Data Type

FieldFlags
Typeboolean8
Size1

§Description

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

––///

§Data Type

FieldInstantaneous Speed
Typeuint16
Size2

§Description

Base Unit: org.bluetooth.unit.velocity.metres_per_second Represented values: M = 1, d = 0, b = -8 Unit is 1/256th of a m/s

––///

§Data Type

FieldInstantaneous Cadence
Typeuint8
Size1

§Description

Unit is 1/min

––///

§Data Type

FieldInstantaneous Stride Length
Typeuint16
Size0 or 2

§Description

Base Unit: org.bluetooth.unit.length.metre Represented values: M = 1, d = -2, b = 0 Unit is Centimeter Present if bit 0 of Flags field is set to 1

––///

§Data Type

FieldTotal Distance
Typeuint32
Size0 or 4

§Description

Base Unit: org.bluetooth.unit.length.metre Represented values: M = 1, d = -1, b = 0 Unit is 1/10 m Present if bit 1 of Flags field is set to 1


more information