Function esp_idf_sys::esp_tls_set_conn_state
source ยท pub unsafe extern "C" fn esp_tls_set_conn_state(
tls: *mut esp_tls_t,
conn_state: esp_tls_conn_state_t,
) -> esp_err_t
Expand description
@brief Sets the connection state for the esp_tls session
@param[in] tls handle to esp_tls context
@param[in] conn_state connection state value to set.
@return - ESP_OK on success and value of sockfd for the tls connection shall updated withthe provided value - ESP_ERR_INVALID_ARG (Invalid arguments)