Macros

#define HRS_C_CONNECTION_MAX
 
#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
Value:
(10 < CFG_MAX_CONNECTIONS ?\
10 : CFG_MAX_CONNECTIONS)

Maximum number of HRS Client connections.

Definition at line 72 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 74 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 73 of file hrs_c.h.