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