Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dncp.h132 otError otNcpStreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen);
/openthread-latest/src/ncp/
Dncp_hdlc.cpp325 …IgnoreError(otNcpStreamWrite(0, reinterpret_cast<uint8_t *>(hexbuf), static_cast<int>(strlen(hexbu… in HandleError()
340 …IgnoreError(otNcpStreamWrite(0, reinterpret_cast<uint8_t *>(hexbuf + 1), static_cast<int>(strlen(h… in HandleError()
Dncp_base.cpp2790 otError otNcpStreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in otNcpStreamWrite() function