Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.c101 return coap_req_send(addr, uri, buf, len, handler, ctx, OT_COAP_CODE_GET); in coap_get_req_send()
139 case OT_COAP_CODE_GET: in coap_resp_send()
213 if (msg_code == OT_COAP_CODE_GET) { in coap_req_handler()