Bluetooth Host Stack Library
wiced_bt_uuid_t Struct Reference

Description

UUID Type.

Data Fields

uint8_t len
 UUID length.
 
union {
   uint16_t   uuid16
 16-bit UUID
 
   uint32_t   uuid32
 32-bit UUID
 
   uint8_t   uuid128 [MAX_UUID_SIZE]
 128-bit UUID
 
uu
 UUID Data.