You are viewing documentation for version:
Structure representing the response for the prepare write operation in BLE.
Public Attributes#
uint8_t
length of attribute value
uint8_t
This contains the attribute value.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_prepare_write_resp_s::dev_addr[RSI_DEV_ADDR_LEN]
remote device address
handle#
uint8_t rsi_ble_prepare_write_resp_s::handle[2]
attribute handle
offset#
uint8_t rsi_ble_prepare_write_resp_s::offset[2]
attribute value offset
length#
uint8_t rsi_ble_prepare_write_resp_s::length
length of attribute value
att_value#
uint8_t rsi_ble_prepare_write_resp_s::att_value[RSI_DEV_ATT_LEN]
This contains the attribute value.
The maximum value is 240, please refer RSI_DEV_ATT_LEN Macro