Home
last modified time | relevance | path

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

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