Macros

#define UUID_TYPE_16   (0x00)
 16-bit UUID length. More...
 
#define UUID_TYPE_128   (0x02)
 128-bit UUID length. More...
 

Detailed Description

Macro Definition Documentation

◆ UUID_TYPE_128

#define UUID_TYPE_128   (0x02)

128-bit UUID length.

Parameter of SRVC_UUID_TYPE_SET, ATT_UUID_TYPE_SET.

Definition at line 115 of file ble_gatts.h.

◆ UUID_TYPE_16

#define UUID_TYPE_16   (0x00)

16-bit UUID length.

Parameter of SRVC_UUID_TYPE_SET, ATT_UUID_TYPE_SET.

Definition at line 114 of file ble_gatts.h.