Value of one of the 3 types (128 bit, 32 bit or 16 bit) of UUIDs.

Public Attributes#

uint8_t[16], 128 bit(16 byte) UUID value

uuid32_t

uint8_t[4], 32 bit(4 bytes) UUID value

uuid16_t

uint8_t[2], 16 bit(2 bytes) UUID value

Public Attribute Documentation#

val128#

uuid128_t uuid_s::uuid_t::val128

uint8_t[16], 128 bit(16 byte) UUID value


Definition at line 423 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

val32#

uuid32_t uuid_s::uuid_t::val32

uint8_t[4], 32 bit(4 bytes) UUID value


Definition at line 425 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

val16#

uuid16_t uuid_s::uuid_t::val16

uint8_t[2], 16 bit(2 bytes) UUID value


Definition at line 427 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h