Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h410 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp91 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance) in otThreadGetLinkMode() function
/openthread-latest/src/cli/
Dcli.cpp4139 OutputLine("%s", LinkModeToString(otThreadGetLinkMode(GetInstancePtr()), linkModeString)); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3328 otLinkModeConfig modeConfig = otThreadGetLinkMode(mInstance); in HandlePropertyGet()