Structure represents the response for a Attribute Protocol (ATT) value.

Public Attributes#

uint8_t
uint8_t

Public Attribute Documentation#

len#

uint8_t rsi_ble_resp_att_value_s::len

Length of attribute value


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

att_value#

uint8_t rsi_ble_resp_att_value_s::att_value[RSI_DEV_ATT_LEN]

Attribute values list.

  • Each attribute value is maximum of size 240, refer to RSI_DEV_ATT_LEN Macro


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