Searched refs:coap_put_req_send (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/samples/net/openthread/coap/src/ |
| D | coap_utils.h | 23 int coap_put_req_send(const char *addr, const char *uri, uint8_t *buf, int len,
|
| D | led.c | 175 return coap_put_req_send(addr, LED_URI, buf, strlen(buf) + 1, coap_led_send_req_cb, NULL); in coap_led_set_state()
|
| D | coap_utils.c | 92 int coap_put_req_send(const char *addr, const char *uri, uint8_t *buf, int len, in coap_put_req_send() function
|