Searched refs:otNcpStreamWrite (Results 1 – 3 of 3) sorted by relevance
132 otError otNcpStreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen);
325 …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()
2790 otError otNcpStreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in otNcpStreamWrite() function