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

+ Collaboration diagram for Feature Bits:

Macros

#define RSCS_FEAT_INSTANT_STRIDE_LEN_BIT   (0x01 << 0)
 Bit for Instantaneous Stride Length Measurement Supported. More...
 
#define RSCS_FEAT_TOTAL_DISTANCE_BIT   (0x01 << 1)
 Bit for Total Distance Measurement Supported. More...
 
#define RSCS_FEAT_RUNNING_OR_WALKING_STATUS_BIT   (0x01 << 2)
 Bit for Running or Walking Status Supported. More...
 
#define RSCS_FEAT_CALIBRATION_PROCEDURE_BIT   (0x01 << 3)
 Bit for Calibration Procedure Supported. More...
 
#define RSCS_FEAT_MULTIPLE_SENSORS_BIT   (0x01 << 4)
 Bit for Multiple Sensor Locations Supported. More...
 
#define RSCS_FEAR_FULL_BIT   (0x1f)
 Bit for all RSC features Supported. More...
 

Detailed Description

Running Speed and Cadence Service feature bits.

Macro Definition Documentation

◆ RSCS_FEAR_FULL_BIT

#define RSCS_FEAR_FULL_BIT   (0x1f)

Bit for all RSC features Supported.

Definition at line 112 of file rscs.h.

◆ RSCS_FEAT_CALIBRATION_PROCEDURE_BIT

#define RSCS_FEAT_CALIBRATION_PROCEDURE_BIT   (0x01 << 3)

Bit for Calibration Procedure Supported.

Definition at line 110 of file rscs.h.

◆ RSCS_FEAT_INSTANT_STRIDE_LEN_BIT

#define RSCS_FEAT_INSTANT_STRIDE_LEN_BIT   (0x01 << 0)

Bit for Instantaneous Stride Length Measurement Supported.

Definition at line 107 of file rscs.h.

◆ RSCS_FEAT_MULTIPLE_SENSORS_BIT

#define RSCS_FEAT_MULTIPLE_SENSORS_BIT   (0x01 << 4)

Bit for Multiple Sensor Locations Supported.

Definition at line 111 of file rscs.h.

◆ RSCS_FEAT_RUNNING_OR_WALKING_STATUS_BIT

#define RSCS_FEAT_RUNNING_OR_WALKING_STATUS_BIT   (0x01 << 2)

Bit for Running or Walking Status Supported.

Definition at line 109 of file rscs.h.

◆ RSCS_FEAT_TOTAL_DISTANCE_BIT

#define RSCS_FEAT_TOTAL_DISTANCE_BIT   (0x01 << 1)

Bit for Total Distance Measurement Supported.

Definition at line 108 of file rscs.h.