Structure representing the BLE event for an indication.
This structure is used to define the parameters for a BLE event that involves an indication from a remote device.
Public Attributes#
uint8_t
Remote device address.
uint8_t
Attribute handle.
uint8_t
Length of attribute value.
uint8_t
This contains the attribute value.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_event_indication_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address.
Definition at line
1166
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
handle#
uint8_t rsi_ble_event_indication_s::handle[2]
Attribute handle.
Definition at line
1168
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
length#
uint8_t rsi_ble_event_indication_s::length
Length of attribute value.
Definition at line
1170
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
att_value#
uint8_t rsi_ble_event_indication_s::att_value[RSI_DEV_ATT_LEN]
This contains the attribute value.
The maximum value is 240, see RSI_DEV_ATT_LEN Macro
Definition at line
1172
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h