Searched refs:otThreadSetRouterIdRange (Results 1 – 3 of 3) sorted by relevance
926 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId);
401 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId) in otThreadSetRouterIdRange() function
5569 error = otThreadSetRouterIdRange(GetInstancePtr(), minRouterId, maxRouterId); in Process()