nRF5 SDK v13.0.0
Macros
Cycling Speed and Cadence Service feature bits

Macros

#define BLE_CSCS_FEATURE_WHEEL_REV_BIT   (0x01 << 0)
 
#define BLE_CSCS_FEATURE_CRANK_REV_BIT   (0x01 << 1)
 
#define BLE_CSCS_FEATURE_MULTIPLE_SENSORS_BIT   (0x01 << 2)
 

Detailed Description

Macro Definition Documentation

#define BLE_CSCS_FEATURE_CRANK_REV_BIT   (0x01 << 1)

Crank Revolution Data Supported bit.

#define BLE_CSCS_FEATURE_MULTIPLE_SENSORS_BIT   (0x01 << 2)

Multiple Sensor Locations Supported bit.

#define BLE_CSCS_FEATURE_WHEEL_REV_BIT   (0x01 << 0)

Wheel Revolution Data Supported bit.


Documentation feedback | Developer Zone | Subscribe | Updated