Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c129 static int send_simple_coap_request(uint8_t method) in send_simple_coap_request() function
206 r = send_simple_coap_request(COAP_METHOD_GET); in send_simple_coap_msgs_and_wait_for_reply()
215 r = send_simple_coap_request(COAP_METHOD_PUT); in send_simple_coap_msgs_and_wait_for_reply()
224 r = send_simple_coap_request(COAP_METHOD_POST); in send_simple_coap_msgs_and_wait_for_reply()
233 r = send_simple_coap_request(COAP_METHOD_DELETE); in send_simple_coap_msgs_and_wait_for_reply()