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
Field | Flags |
Type | boolean8 |
Size | 1 |
§Description
See sec:org.bluetooth.characteristic.rsc_measurement/field/flags
––///
§Data Type
Field | Instantaneous Speed |
Type | uint16 |
Size | 2 |
§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
Field | Instantaneous Cadence |
Type | uint8 |
Size | 1 |
§Description
Unit is 1/min
––///
§Data Type
Field | Instantaneous Stride Length |
Type | uint16 |
Size | 0 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
Field | Total Distance |
Type | uint32 |
Size | 0 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