Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h25 int coap_get_req_send(const char *addr, const char *uri, uint8_t *buf, int len,
Dbutton.c164 ret = coap_get_req_send(addr, BTN_URI, NULL, 0, coap_btn_get_state_cb, &btn); in coap_btn_get_state()
Dled.c202 ret = coap_get_req_send(addr, LED_URI, NULL, 0, coap_led_get_state_cb, &led); in coap_led_get_state()
Dcoap_utils.c98 int coap_get_req_send(const char *addr, const char *uri, uint8_t *buf, int len, in coap_get_req_send() function