Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread.h751 otError otThreadBecomeChild(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dthread_api.cpp296 otError otThreadBecomeChild(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRoute… in otThreadBecomeChild() function
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp583 error = otThreadBecomeChild(mInstance); in HandlePropertySet()
/openthread-3.5.0/src/cli/
Dcli.cpp7368 error = otThreadBecomeChild(GetInstancePtr()); in Process()