Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h355 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout);
/openthread-latest/src/core/api/
Dthread_api.cpp53 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout) in otThreadSetChildTimeout() function
/openthread-latest/src/cli/
Dcli.cpp1956 return ProcessGetSet(aArgs, otThreadGetChildTimeout, otThreadSetChildTimeout); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3367 otThreadSetChildTimeout(mInstance, timeout); in HandlePropertySet()