Home
last modified time | relevance | path

Searched refs:otThreadParentResponseCallback (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/include/openthread/
Dthread.h850 typedef void (*otThreadParentResponseCallback)(otThreadParentResponseInfo *aInfo, void *aContext); typedef
861 otThreadParentResponseCallback aCallback,
/openthread-2.7.6/src/core/thread/
Dmle.hpp692 …void RegisterParentResponseStatsCallback(otThreadParentResponseCallback aCallback, void *aContext);
1903 otThreadParentResponseCallback mParentResponseCb;
Dmle.cpp4532 void Mle::RegisterParentResponseStatsCallback(otThreadParentResponseCallback aCallback, void *aCont… in RegisterParentResponseStatsCallback()
/openthread-2.7.6/src/core/api/
Dthread_api.cpp538 otThreadParentResponseCallback aCallback, in otThreadRegisterParentResponseCallback()