Home
last modified time | relevance | path

Searched refs:shell_websocket_setup (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_websocket.h65 extern int shell_websocket_setup(int ws_socket, void *user_data);
94 .cb = shell_websocket_setup, \
/Zephyr-latest/subsys/shell/backends/
Dshell_websocket.c380 int shell_websocket_setup(int ws_socket, void *user_data) in shell_websocket_setup() function