Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h22 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len);
Dbutton.c55 return coap_resp_send(msg, msg_info, buf, strlen(buf) + 1); in btn_handler_get()
Dled.c117 return coap_resp_send(msg, msg_info, buf, strlen(buf) + 1); in led_handler_get()
Dcoap_utils.c104 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len) in coap_resp_send() function