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 770 of file components/si91x/ble/inc/rsi_ble_apis.h

handle#

uint8_t rsi_ble_event_notify_s::handle[2]

attribute handle


Definition at line 772 of file components/si91x/ble/inc/rsi_ble_apis.h

length#

uint8_t rsi_ble_event_notify_s::length

length of attribute value


Definition at line 774 of file components/si91x/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 776 of file components/si91x/ble/inc/rsi_ble_apis.h