Home
last modified time | relevance | path

Searched refs:coap_service_start (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server_shell.c52 ret = coap_service_start(service); in cmd_start()
Dcoap_server.c363 int coap_service_start(const struct coap_service *service) in coap_service_start() function
748 ret = coap_service_start(svc); in coap_server_thread()
/Zephyr-latest/include/zephyr/net/
Dcoap_service.h206 int coap_service_start(const struct coap_service *service);
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst65 server thread. Services can be manually started and stopped with ``coap_service_start`` and