Bit masks for the initialization of hrs_init_t::char_mask. More...

+ Collaboration diagram for Characteristics Mask:

Macros

#define HRS_CHAR_MANDATORY   0x0F
 Bit mask of the mandatory characteristics. More...
 
#define HRS_CHAR_BODY_SENSOR_LOC_SUP   0x30
 Bit mask of Body Sensor Location Feature Supported. More...
 
#define HRS_CHAR_ENGY_EXP_SUP   0xC0
 Bit mask of Energy Expanded Feature Supported. More...
 

Detailed Description

Bit masks for the initialization of hrs_init_t::char_mask.

Macro Definition Documentation

◆ HRS_CHAR_BODY_SENSOR_LOC_SUP

#define HRS_CHAR_BODY_SENSOR_LOC_SUP   0x30

Bit mask of Body Sensor Location Feature Supported.

Definition at line 92 of file hrs.h.

◆ HRS_CHAR_ENGY_EXP_SUP

#define HRS_CHAR_ENGY_EXP_SUP   0xC0

Bit mask of Energy Expanded Feature Supported.

Definition at line 93 of file hrs.h.

◆ HRS_CHAR_MANDATORY

#define HRS_CHAR_MANDATORY   0x0F

Bit mask of the mandatory characteristics.

Definition at line 91 of file hrs.h.