Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread_ftd.h926 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp401 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId) in otThreadSetRouterIdRange() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp5569 error = otThreadSetRouterIdRange(GetInstancePtr(), minRouterId, maxRouterId); in Process()