Macros

#define DSS_CONNECTION_MAX
 Maximum number of DSS connections. More...
 
#define DSS_ROLE_VALUE_LEN   1
 Length of Role characteristic value. More...
 
#define DSS_EVT_CNT_VALUE_LEN   4
 Length of Event Count characteristic value. More...
 
#define DSS_EVT_PERIOD_VALUE_LEN   2
 Length of Event Period characteristic value. More...
 
#define DSS_STATUS_VALUE_LEN   1
 Length of Status characteristic value. More...
 
#define DSS_CTRL_PT_VALUE_LEN   7
 Length of Control Point characteristic value. More...
 
#define DSS_CTRL_PT_RSP_VAL_LEN   3
 Length of Control Point Response characteristic value. More...
 
#define DSS_SYNC_DEV_MAX_NUM   5
 Maximun num of Source Sync Device. More...
 
#define DSS_CFG_ADV_IDX   0
 DSS Config Advertising Index. More...
 
#define DSS_SYNC_ADV_IDX   1
 DSS Sync Advertising Index. More...
 

Detailed Description

Macro Definition Documentation

◆ DSS_CFG_ADV_IDX

#define DSS_CFG_ADV_IDX   0

DSS Config Advertising Index.

Definition at line 80 of file dss.h.

◆ DSS_CONNECTION_MAX

#define DSS_CONNECTION_MAX
Value:
(10 < CFG_MAX_CONNECTIONS ?\
10 : CFG_MAX_CONNECTIONS)

Maximum number of DSS connections.

Definition at line 71 of file dss.h.

◆ DSS_CTRL_PT_RSP_VAL_LEN

#define DSS_CTRL_PT_RSP_VAL_LEN   3

Length of Control Point Response characteristic value.

Definition at line 77 of file dss.h.

◆ DSS_CTRL_PT_VALUE_LEN

#define DSS_CTRL_PT_VALUE_LEN   7

Length of Control Point characteristic value.

Definition at line 76 of file dss.h.

◆ DSS_EVT_CNT_VALUE_LEN

#define DSS_EVT_CNT_VALUE_LEN   4

Length of Event Count characteristic value.

Definition at line 73 of file dss.h.

◆ DSS_EVT_PERIOD_VALUE_LEN

#define DSS_EVT_PERIOD_VALUE_LEN   2

Length of Event Period characteristic value.

Definition at line 74 of file dss.h.

◆ DSS_ROLE_VALUE_LEN

#define DSS_ROLE_VALUE_LEN   1

Length of Role characteristic value.

Definition at line 72 of file dss.h.

◆ DSS_STATUS_VALUE_LEN

#define DSS_STATUS_VALUE_LEN   1

Length of Status characteristic value.

Definition at line 75 of file dss.h.

◆ DSS_SYNC_ADV_IDX

#define DSS_SYNC_ADV_IDX   1

DSS Sync Advertising Index.

Definition at line 81 of file dss.h.

◆ DSS_SYNC_DEV_MAX_NUM

#define DSS_SYNC_DEV_MAX_NUM   5

Maximun num of Source Sync Device.

Definition at line 79 of file dss.h.