Home
last modified time | relevance | path

Searched defs:supported_subprotocol (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_ws.c68 static bool httpd_ws_get_response_subprotocol(const char *supported_subprotocol, char *subprotocol,… in httpd_ws_get_response_subprotocol()
97 esp_err_t httpd_ws_respond_server_handshake(httpd_req_t *req, const char *supported_subprotocol) in httpd_ws_respond_server_handshake()
/hal_espressif-3.6.0/components/esp_http_server/include/
Desp_http_server.h411 const char *supported_subprotocol; member