You are viewing documentation for version:
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
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.
handle#
uint8_t rsi_ble_event_indication_s::handle[2]
Attribute handle.
length#
uint8_t rsi_ble_event_indication_s::length
Length of attribute value.
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