Home
last modified time | relevance | path

Searched defs:subprotocol (Results 1 – 3 of 3) 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()
154 char subprotocol[50] = { '\0' }; in httpd_ws_respond_server_handshake() local
/hal_espressif-3.6.0/components/esp_websocket_client/include/
Desp_websocket_client.h92 const char *subprotocol; /*!< Websocket subprotocol */ member
/hal_espressif-3.6.0/components/esp_websocket_client/
Desp_websocket_client.c84 char *subprotocol; member