Searched refs:coap_get_data (Results 1 – 4 of 4) sorted by relevance
28 int coap_get_data(otMessage *msg, void *buf, int *len);
148 ret = coap_get_data(msg, buf, &len); in coap_btn_get_state_cb()
186 ret = coap_get_data(msg, buf, &len); in coap_led_get_state_cb()
243 int coap_get_data(otMessage *msg, void *buf, int *len) in coap_get_data() function