Structure for BLE event notification.
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_notify_s::dev_addr[RSI_DEV_ADDR_LEN]
remote device address
Definition at line
1147
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
handle#
uint8_t rsi_ble_event_notify_s::handle[2]
attribute handle
Definition at line
1149
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
length#
uint8_t rsi_ble_event_notify_s::length
length of attribute value
Definition at line
1151
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
att_value#
uint8_t rsi_ble_event_notify_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
1153
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h