Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtrel.h89 void otTrelSetEnabled(otInstance *aInstance, bool aEnable);
/openthread-latest/src/core/api/
Dtrel_api.cpp44 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled() function
/openthread-latest/src/cli/
Dcli.cpp7101 if (ProcessEnableDisable(aArgs, otTrelIsEnabled, otTrelSetEnabled) == OT_ERROR_NONE) in Process()