trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant CSC_MEASUREMENT

Source
pub const CSC_MEASUREMENT: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2a5b CSC Measurement

The CSC Measurement characteristic is used to represent data related to a cycling speed and cadence (CSC) sensor.


§Structure

§Data Type

FieldFlags
Typeboolean8
Size1

§Description

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

––///

§Data Type

FieldWheel Revolution Data
Typestruct
Size0 or 6

§Description

See sec:org.bluetooth.characteristic.csc_measurement/field/wheel_revolution_data Present if bit 0 of Flags field is set to 1

––///

§Data Type

FieldCrank Revolution Data
Typestruct
Size0 or 4

§Description

See sec:org.bluetooth.characteristic.csc_measurement/field/crank_revolution_data Present if bit 1 of Flags field is set to 1


more information