Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h74 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback);
/openthread-latest/src/ncp/
Dncp_base_radio.cpp386 error = otLinkRawSetReceiveDone(mInstance, nullptr); in HandlePropertySet()
390 error = otLinkRawSetReceiveDone(mInstance, &NcpBase::LinkRawReceiveDone); in HandlePropertySet()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp44 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback) in otLinkRawSetReceiveDone() function