gatts_write_evt_param is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (3/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
uint16_t
Connection ID.
uint32_t
Transfer ID.
The device address to write.
uint16_t
The attribute handle.
uint16_t
The position offset to write. If the length of value is less than or equal to the MTU size, this value is 0.
bool
True indicates that the `esp_ble_gatts_send_response` is required in the following step; false otherwise.
bool
True indicates the write operation is a prepared write operation.
uint16_t
The length of the write attribute value in bytes.
uint8_t *
The write attribute value.

References