Structure representing a 128-bit Universal Unique IDentifier (UUID).

Public Attributes#

uint32_t
uint16_t
uint16_t

Holds the value of data3.

uint8_t

Array to store 8 bytes of data (final 64 bits of 128-bit UUID, RFC 4122).

Public Attribute Documentation#

data1#

uint32_t uuid128_s::data1

Holds the value of data1


data2#

uint16_t uuid128_s::data2

Holds the value of data2


data3#

uint16_t uuid128_s::data3

Holds the value of data3.


data4#

uint8_t uuid128_s::data4[RSI_BLE_UUID128_DATA4_LEN]

Array to store 8 bytes of data (final 64 bits of 128-bit UUID, RFC 4122).