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

+ Collaboration diagram for Characteristics Mask:

Macros

#define CTS_CHAR_MANDATORY   0x0f
 Bit mask for mandatory characteristic in CTS. More...
 
#define CTS_CHAR_LOC_TIME_INFO_SUP   0x30
 Bit mask for Local Time Information characteristic that is optional. More...
 
#define CTS_CHAR_REF_TIME_INFO_SUP   0xc0
 Bit mask for Reference Time Information characteristic that is optional. More...
 
#define CTS_CHAR_FULL   0xff
 Bit mask of the full characteristic. More...
 

Detailed Description

Bit masks for the initialization of cts_init_t::char_mask.

Macro Definition Documentation

◆ CTS_CHAR_FULL

#define CTS_CHAR_FULL   0xff

Bit mask of the full characteristic.

Definition at line 92 of file cts.h.

◆ CTS_CHAR_LOC_TIME_INFO_SUP

#define CTS_CHAR_LOC_TIME_INFO_SUP   0x30

Bit mask for Local Time Information characteristic that is optional.

Definition at line 90 of file cts.h.

◆ CTS_CHAR_MANDATORY

#define CTS_CHAR_MANDATORY   0x0f

Bit mask for mandatory characteristic in CTS.

Definition at line 89 of file cts.h.

◆ CTS_CHAR_REF_TIME_INFO_SUP

#define CTS_CHAR_REF_TIME_INFO_SUP   0xc0

Bit mask for Reference Time Information characteristic that is optional.

Definition at line 91 of file cts.h.