Searched refs:coap_get_req_send (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/samples/net/openthread/coap/src/ | 
| D | coap_utils.h | 25 int coap_get_req_send(const char *addr, const char *uri, uint8_t *buf, int len,
  | 
| D | button.c | 164 	ret = coap_get_req_send(addr, BTN_URI, NULL, 0, coap_btn_get_state_cb, &btn);  in coap_btn_get_state()
  | 
| D | led.c | 202 	ret = coap_get_req_send(addr, LED_URI, NULL, 0, coap_led_get_state_cb, &led);  in coap_led_get_state()
  | 
| D | coap_utils.c | 98 int coap_get_req_send(const char *addr, const char *uri, uint8_t *buf, int len,  in coap_get_req_send()  function
  |