Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.c14 static uint8_t coap_buf[COAP_MAX_BUF_SIZE]; variable
200 otMessageRead(msg, otMessageGetOffset(msg), coap_buf, len); in coap_req_handler()
201 ret = put_fn(ctx, coap_buf, len); in coap_req_handler()