Function esp_idf_hal::sys::esp_tls_set_conn_state
source ยท pub unsafe extern "C" fn esp_tls_set_conn_state(
tls: *mut esp_tls,
conn_state: u32,
) -> i32
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)