Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h423 otError otThreadSetChildRouterLinks(otInstance *aInstance, uint8_t aChildRouterLinks);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp160 otError otThreadSetChildRouterLinks(otInstance *aInstance, uint8_t aChildRouterLinks) in otThreadSetChildRouterLinks() function
/openthread-latest/src/cli/
Dcli.cpp6055 return ProcessGetSet(aArgs, otThreadGetChildRouterLinks, otThreadSetChildRouterLinks); in Process()