Structure representing the response for an Attribute Protocol (ATT) value in Bluetooth Low Energy (BLE).
Public Attribute Documentation#
len#
uint8_t rsi_ble_resp_att_value_t::len
Length of attribute value.
Definition at line
945
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
att_value#
uint8_t rsi_ble_resp_att_value_t::att_value[RSI_DEV_ATT_LEN]
Attribute values list.
Each attribute value is maximum of size 240, see RSI_DEV_ATT_LEN Macro
Definition at line
949
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h