Attribute UUID Length(bytes)

Macros

#define BLE_ATT_UUID_16_LEN   0x0002
 
#define BLE_ATT_UUID_32_LEN   0x0004
 
#define BLE_ATT_UUID_128_LEN   0x0010
 

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.