Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.c30 static int coap_req_send(const char *addr, const char *uri, uint8_t *buf, int len, in coap_req_send() function
95 return coap_req_send(addr, uri, buf, len, handler, ctx, OT_COAP_CODE_PUT); in coap_put_req_send()
101 return coap_req_send(addr, uri, buf, len, handler, ctx, OT_COAP_CODE_GET); in coap_get_req_send()