Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h970 void otThreadRegisterParentResponseCallback(otInstance *aInstance,
/openthread-latest/src/core/api/
Dthread_api.cpp486 void otThreadRegisterParentResponseCallback(otInstance *aInstance, in otThreadRegisterParentResponseCallback() function
/openthread-latest/src/ncp/
Dncp_base.cpp368otThreadRegisterParentResponseCallback(mInstance, &NcpBase::HandleParentResponseInfo, static_cast<… in NcpBase()