Home
last modified time | relevance | path

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

/openthread-3.5.0/src/ncp/
Dncp_hdlc.hpp120 void HandleError(otError aError, uint8_t *aBuf, uint16_t aBufLength);
Dncp_hdlc.cpp264 HandleError(aError, buf, bufLength); in HandleFrame()
270 void NcpHdlc::HandleError(otError aError, uint8_t *aBuf, uint16_t aBufLength) in HandleError() function in ot::Ncp::NcpHdlc