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

Public Attributes#

uint32_t

Holds the value of data1.

uint16_t

Holds the value of data2.

uint16_t

Holds the value of data3.

uint8_t

Array to store 8 bytes of data.

Public Attribute Documentation#

data1#

uint32_t uuid128_s::data1

Holds the value of data1.


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

data2#

uint16_t uuid128_s::data2

Holds the value of data2.


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

data3#

uint16_t uuid128_s::data3

Holds the value of data3.


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

data4#

uint8_t uuid128_s::data4[8]

Array to store 8 bytes of data.


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