Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h808 void otThreadSetThreadVersionCheckEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp357 void otThreadSetThreadVersionCheckEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetThreadVersionCheckEnabled() function
/openthread-latest/src/cli/
Dcli.cpp1305 return ProcessEnableDisable(aArgs, otThreadSetThreadVersionCheckEnabled); in Process()