Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_radio.cpp144 void NcpBase::LinkRawReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in LinkRawReceiveDone() function in ot::Ncp::NcpBase
146 sNcpInstance->LinkRawReceiveDone(GetNcpBaseIid(aInstance), aFrame, aError); in LinkRawReceiveDone()
149 void NcpBase::LinkRawReceiveDone(uint8_t aIid, otRadioFrame *aFrame, otError aError) in LinkRawReceiveDone() function in ot::Ncp::NcpBase
390 error = otLinkRawSetReceiveDone(mInstance, &NcpBase::LinkRawReceiveDone); in HandlePropertySet()
Dncp_base.hpp423 static void LinkRawReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError);
424 void LinkRawReceiveDone(uint8_t aIid, otRadioFrame *aFrame, otError aError);