Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dled.c158 static void coap_led_send_req_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_send_req_cb() function
175 return coap_put_req_send(addr, LED_URI, buf, strlen(buf) + 1, coap_led_send_req_cb, NULL); in coap_led_set_state()