+ Collaboration diagram for Defines:

Modules

 Measurement Flag Bits
 Running Speed and Cadence Measurement Flags.
 
 Feature Bits
 Running Speed and Cadence Service feature bits.
 

Macros

#define RSCS_C_CONNECTION_MAX   10
 Maximum number of HRS Client connections. More...
 
#define RSCS_C_PT_RSP_LEN_MAX   (3 + RSCS_C_SENSOR_LOC_SUP_NB)
 Maximum length of SC Control Point response value. More...
 
#define RSCS_C_ERROR_PROC_IN_PROGRESS   0x80
 Error code: A previously triggered SC Control Point operation is still in progress. More...
 
#define RSCS_C_ERROR_CCCD_INVALID   0x81
 Error code: The Client Characteristic Configuration descriptor is not configured. More...
 

Detailed Description

Macro Definition Documentation

◆ RSCS_C_CONNECTION_MAX

#define RSCS_C_CONNECTION_MAX   10

Maximum number of HRS Client connections.

Definition at line 72 of file rscs_c.h.

◆ RSCS_C_ERROR_CCCD_INVALID

#define RSCS_C_ERROR_CCCD_INVALID   0x81

Error code: The Client Characteristic Configuration descriptor is not configured.

Definition at line 75 of file rscs_c.h.

◆ RSCS_C_ERROR_PROC_IN_PROGRESS

#define RSCS_C_ERROR_PROC_IN_PROGRESS   0x80

Error code: A previously triggered SC Control Point operation is still in progress.

Definition at line 74 of file rscs_c.h.

◆ RSCS_C_PT_RSP_LEN_MAX

#define RSCS_C_PT_RSP_LEN_MAX   (3 + RSCS_C_SENSOR_LOC_SUP_NB)

Maximum length of SC Control Point response value.

Definition at line 73 of file rscs_c.h.