Running Speed and Cadence Service feature bits. More...

+ Collaboration diagram for Feature Bits:

Macros

#define RSCS_C_FEAT_INSTANT_STRIDE_LEN_BIT   (0x01 << 0)
 Bit for Instantaneous Stride Length Measurement Supported. More...
 
#define RSCS_C_FEAT_TOTAL_DISTANCE_BIT   (0x01 << 1)
 Bit for Total Distance Measurement Supported. More...
 
#define RSCS_C_FEAT_RUNNING_OR_WALKING_STATUS_BIT   (0x01 << 2)
 Bit for Running or Walking Status Supported. More...
 
#define RSCS_C_FEAT_CALIBRATION_PROCEDURE_BIT   (0x01 << 3)
 Bit for Calibration Procedure Supported. More...
 
#define RSCS_C_FEAT_MULTIPLE_SENSORS_BIT   (0x01 << 4)
 Bit for Multiple Sensor Locations Supported. More...
 

Detailed Description

Running Speed and Cadence Service feature bits.

Macro Definition Documentation

◆ RSCS_C_FEAT_CALIBRATION_PROCEDURE_BIT

#define RSCS_C_FEAT_CALIBRATION_PROCEDURE_BIT   (0x01 << 3)

Bit for Calibration Procedure Supported.

Definition at line 95 of file rscs_c.h.

◆ RSCS_C_FEAT_INSTANT_STRIDE_LEN_BIT

#define RSCS_C_FEAT_INSTANT_STRIDE_LEN_BIT   (0x01 << 0)

Bit for Instantaneous Stride Length Measurement Supported.

Definition at line 92 of file rscs_c.h.

◆ RSCS_C_FEAT_MULTIPLE_SENSORS_BIT

#define RSCS_C_FEAT_MULTIPLE_SENSORS_BIT   (0x01 << 4)

Bit for Multiple Sensor Locations Supported.

Definition at line 96 of file rscs_c.h.

◆ RSCS_C_FEAT_RUNNING_OR_WALKING_STATUS_BIT

#define RSCS_C_FEAT_RUNNING_OR_WALKING_STATUS_BIT   (0x01 << 2)

Bit for Running or Walking Status Supported.

Definition at line 94 of file rscs_c.h.

◆ RSCS_C_FEAT_TOTAL_DISTANCE_BIT

#define RSCS_C_FEAT_TOTAL_DISTANCE_BIT   (0x01 << 1)

Bit for Total Distance Measurement Supported.

Definition at line 93 of file rscs_c.h.