Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h409 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig);
/openthread-latest/src/core/api/
Dthread_api.cpp94 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig) in otThreadSetLinkMode() function
/openthread-latest/src/cli/
Dcli.cpp4277 error = otThreadSetLinkMode(GetInstancePtr(), linkMode); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3347 error = otThreadSetLinkMode(mInstance, modeConfig); in HandlePropertySet()