gatts_write_evt_param struct
Callback parameter for the event `ESP_GATTS_WRITE_EVT`
Fields
The device address to write.
The position offset to write. If the length of value is less than or equal to the MTU size, this value is 0.
True indicates that the `esp_ble_gatts_send_response` is required in the following step; false otherwise.
True indicates the write operation is a prepared write operation.
The length of the write attribute value in bytes.
The write attribute value.
![]()
struct gatts_write_evt_param {