Searched refs:otLinkRawSetReceiveDone (Results 1 – 3 of 3) sorted by relevance
74 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback);
386 error = otLinkRawSetReceiveDone(mInstance, nullptr); in HandlePropertySet()390 error = otLinkRawSetReceiveDone(mInstance, &NcpBase::LinkRawReceiveDone); in HandlePropertySet()
44 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback) in otLinkRawSetReceiveDone() function