Macros

#define HRS_C_CONNECTION_MAX   10
 
#define HRS_C_RR_INTERVALS_NUM_MAX   9
 
#define HRS_C_CTRL_POINT_ENERGY_EXP   0x01
 

Detailed Description

Macro Definition Documentation

◆ HRS_C_CONNECTION_MAX

#define HRS_C_CONNECTION_MAX   10

Maximum number of HRS Client connections.

Definition at line 71 of file hrs_c.h.

◆ HRS_C_CTRL_POINT_ENERGY_EXP

#define HRS_C_CTRL_POINT_ENERGY_EXP   0x01

Value for control point characteristic.

Definition at line 73 of file hrs_c.h.

◆ HRS_C_RR_INTERVALS_NUM_MAX

#define HRS_C_RR_INTERVALS_NUM_MAX   9

Maximum number of RR intervals in HRS notifications.

Definition at line 72 of file hrs_c.h.