Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h28 int coap_get_data(otMessage *msg, void *buf, int *len);
Dbutton.c148 ret = coap_get_data(msg, buf, &len); in coap_btn_get_state_cb()
Dled.c186 ret = coap_get_data(msg, buf, &len); in coap_led_get_state_cb()
Dcoap_utils.c243 int coap_get_data(otMessage *msg, void *buf, int *len) in coap_get_data() function