Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.c200 otMessageRead(msg, otMessageGetOffset(msg), coap_buf, len); in coap_req_handler()
252 otMessageRead(msg, otMessageGetOffset(msg), buf, coap_len); in coap_get_data()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c272 read_len = otMessageRead(aMessage, offset, pkt_buf->data, in ot_receive_handler()