Searched refs:LinkRawReceiveDone (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 144 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()
|
D | ncp_base.hpp | 423 static void LinkRawReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError); 424 void LinkRawReceiveDone(uint8_t aIid, otRadioFrame *aFrame, otError aError);
|