You are viewing documentation for version:
Structure represents the BLE request to prepare a write operation.
This structure is used to define the parameters for a BLE request to prepare a write operation, which includes the remote device address, the attribute handle, the attribute value offset, the length of the attribute value, and the attribute value itself.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_req_prepare_write_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address
handle#
uint8_t rsi_ble_req_prepare_write_s::handle[2]
Attribute handle
offset#
uint8_t rsi_ble_req_prepare_write_s::offset[2]
Attribute value offset
length#
uint8_t rsi_ble_req_prepare_write_s::length
Length of the attribute value
att_value#
uint8_t rsi_ble_req_prepare_write_s::att_value[RSI_DEV_ATT_LEN]
Attribute value