Structure represents the GATT prepare write event.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_event_prepare_write_s::dev_addr[RSI_DEV_ADDR_LEN]
remote device address
Definition at line
1074
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
handle#
uint8_t rsi_ble_event_prepare_write_s::handle[2]
attribute handle
Definition at line
1076
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
offset#
uint8_t rsi_ble_event_prepare_write_s::offset[2]
attribute value offset
Definition at line
1078
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
length#
uint16_t rsi_ble_event_prepare_write_s::length
length of attribute value
Definition at line
1080
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
att_value#
uint8_t rsi_ble_event_prepare_write_s::att_value[RSI_DEV_ATT_LEN]
This contains the attribute value. The maximum value is 240, refer to RSI_DEV_ATT_LEN Macro
Definition at line
1082
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h