esp_attr_control_t struct
Defines the auto response setting for attribute operations. This structure is used to control whether the GATT stack or the application will handle responses to Read/Write operations.
Fields
Controls who handles the response to Read/Write operations. - If set to @c ESP_GATT_RSP_BY_APP, the application is responsible for generating the response. - If set to @c ESP_GATT_AUTO_RSP, the GATT stack will automatically generate the response.