esp_ble_gatts_send_response() function
Send a response to a request
Arguments
gatts_if
GATT Server access interface
rsp
The pointer to the response data
Return value
- ESP_OK: Success - ESP_ERR_INVALID_STATE: The connection has not been established. - ESP_FAIL: Failure due to other reasons
Notes
1. This function triggers `ESP_GATTS_RESPONSE_EVT`. 2. This function should be called only after the connection has been established.
Examples
esp_ble_gatts_send_response() is referenced by 7 libraries and example projects: