Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h850 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp372 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId) in otThreadGetRouterIdRange() function
/openthread-latest/src/cli/
Dcli.cpp5198 otThreadGetRouterIdRange(GetInstancePtr(), &minRouterId, &maxRouterId); in Process()