Macros

#define DSS_SERVICE_UUID
 
#define DSS_CONNECTION_MAX   10
 
#define DSS_ROLE_VALUE_LEN   1
 
#define DSS_EVT_CNT_VALUE_LEN   4
 
#define DSS_EVT_PERIOD_VALUE_LEN   2
 
#define DSS_STATUS_VALUE_LEN   1
 
#define DSS_CTRL_PT_VALUE_LEN   7
 
#define DSS_CTRL_PT_RSP_VAL_LEN   3
 
#define DSS_SYNC_DEV_MAX_NUM   5
 
#define DSS_CFG_ADV_IDX   0
 
#define DSS_SYNC_ADV_IDX   1
 

Detailed Description

Macro Definition Documentation

◆ DSS_CFG_ADV_IDX

#define DSS_CFG_ADV_IDX   0

DSS Config Advertising Index.

Definition at line 82 of file dss.h.

◆ DSS_CONNECTION_MAX

#define DSS_CONNECTION_MAX   10

Maximum number of DSS connections.

Definition at line 73 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 79 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 78 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 75 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 76 of file dss.h.

◆ DSS_ROLE_VALUE_LEN

#define DSS_ROLE_VALUE_LEN   1

Length of Role characteristic value.

Definition at line 74 of file dss.h.

◆ DSS_SERVICE_UUID

#define DSS_SERVICE_UUID
Value:
0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80, \
0x0A, 0x46, 0x44, 0xD3, 0x01, 0x0A, 0xED, 0xA6

DSS service UUID.

Definition at line 71 of file dss.h.

◆ DSS_STATUS_VALUE_LEN

#define DSS_STATUS_VALUE_LEN   1

Length of Status characteristic value.

Definition at line 77 of file dss.h.

◆ DSS_SYNC_ADV_IDX

#define DSS_SYNC_ADV_IDX   1

DSS Sync Advertising Index.

Definition at line 83 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 81 of file dss.h.