Searched refs:coap_resp_send (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/samples/net/openthread/coap/src/ |
| D | coap_utils.h | 22 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len);
|
| D | button.c | 55 return coap_resp_send(msg, msg_info, buf, strlen(buf) + 1); in btn_handler_get()
|
| D | led.c | 117 return coap_resp_send(msg, msg_info, buf, strlen(buf) + 1); in led_handler_get()
|
| D | coap_utils.c | 104 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len) in coap_resp_send() function
|