Structure representing the BLE ATT value event.
Public Attributes#
uint8_t
remote device address
uint16_t
length of attribute value
uint8_t
This contains the attribute value.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_event_att_value_s::dev_addr[RSI_DEV_ADDR_LEN]
remote device address
Definition at line
832
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
length#
uint16_t rsi_ble_event_att_value_s::length
length of attribute value
Definition at line
834
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
att_value#
uint8_t rsi_ble_event_att_value_s::att_value[RSI_DEV_ATT_LEN]
This contains the attribute value.
The maximum value is 240, please refer RSI_DEV_ATT_LEN Macro
Definition at line
836
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h