Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.hpp393 Error SetRouterIdRange(uint8_t aMinRouterId, uint8_t aMaxRouterId);
Drouter_table.cpp840 Error RouterTable::SetRouterIdRange(uint8_t aMinRouterId, uint8_t aMaxRouterId) in SetRouterIdRange() function in ot::RouterTable
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp382 return AsCoreType(aInstance).Get<RouterTable>().SetRouterIdRange(aMinRouterId, aMaxRouterId); in otThreadSetRouterIdRange()