Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h724 otError otThreadBecomeChild(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp303 otError otThreadBecomeChild(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRoute… in otThreadBecomeChild() function
/openthread-latest/src/cli/
Dcli.cpp6407 error = otThreadBecomeChild(GetInstancePtr()); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp586 error = otThreadBecomeChild(mInstance); in HandlePropertySet()