Structure representing a 128-bit 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 485 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 487 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 491 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 495 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h