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

+ Collaboration diagram for Characteristics Mask:

Macros

#define RSCS_CHAR_MANDATORY   0x003f
 Bit mask for mandatory characteristic in RSCS. More...
 
#define RSCS_CHAR_SENSOR_LOC_SUP   0x00c0
 Bit mask for Sensor Location characteristic that is optional. More...
 
#define RSCS_CHAR_SC_CTRL_POINT   0x0700
 Bit mask for SC Control Point characteristic that is optional. More...
 
#define RSCS_CHAR_FULL   0x07ff
 Bit mask of the full characteristic. More...
 

Detailed Description

Bit masks for the initialization of rscs_init_t::char_mask.

Macro Definition Documentation

◆ RSCS_CHAR_FULL

#define RSCS_CHAR_FULL   0x07ff

Bit mask of the full characteristic.

Definition at line 89 of file rscs.h.

◆ RSCS_CHAR_MANDATORY

#define RSCS_CHAR_MANDATORY   0x003f

Bit mask for mandatory characteristic in RSCS.

Definition at line 86 of file rscs.h.

◆ RSCS_CHAR_SC_CTRL_POINT

#define RSCS_CHAR_SC_CTRL_POINT   0x0700

Bit mask for SC Control Point characteristic that is optional.

Definition at line 88 of file rscs.h.

◆ RSCS_CHAR_SENSOR_LOC_SUP

#define RSCS_CHAR_SENSOR_LOC_SUP   0x00c0

Bit mask for Sensor Location characteristic that is optional.

Definition at line 87 of file rscs.h.