Structure represents the BLE GATT prepare write response.
This structure is used to define the parameters for a BLE GATT prepare write response, 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_gatt_prepare_write_response_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address
Definition at line
1635
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
handle#
uint16_t rsi_ble_gatt_prepare_write_response_s::handle
Attribute handle
Definition at line
1637
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
offset#
uint16_t rsi_ble_gatt_prepare_write_response_s::offset
Attribute value offset
Definition at line
1639
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
data_len#
uint16_t rsi_ble_gatt_prepare_write_response_s::data_len
Attribute value length
Definition at line
1641
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
data#
uint8_t rsi_ble_gatt_prepare_write_response_s::data[RSI_DEV_ATT_LEN]
Attribute value (data)
Definition at line
1643
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h