Attribute UUID Length(bytes)
+ Collaboration diagram for Attribute UUID Length(bytes):

Macros

#define BLE_ATT_UUID_16_LEN   0x0002
 UUID length: 2 bytes. More...
 
#define BLE_ATT_UUID_32_LEN   0x0004
 UUID length: 4 bytes. More...
 
#define BLE_ATT_UUID_128_LEN   0x0010
 UUID length: 16 bytes. More...
 

Detailed Description

Macro Definition Documentation

◆ BLE_ATT_UUID_128_LEN

#define BLE_ATT_UUID_128_LEN   0x0010

UUID length: 16 bytes.

Definition at line 65 of file ble_att.h.

◆ BLE_ATT_UUID_16_LEN

#define BLE_ATT_UUID_16_LEN   0x0002

UUID length: 2 bytes.

Definition at line 63 of file ble_att.h.

◆ BLE_ATT_UUID_32_LEN

#define BLE_ATT_UUID_32_LEN   0x0004

UUID length: 4 bytes.

Definition at line 64 of file ble_att.h.