Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c168 static bool start_coap_client(void) in start_coap_client() function
529 if (!start_coap_client()) { in install_update()
663 if (!start_coap_client()) { in report()
814 if (!start_coap_client()) { in z_impl_updatehub_probe()
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c57 static int start_coap_client(void) in start_coap_client() function
632 r = start_coap_client(); in main()