Home
last modified time | relevance | path

Searched defs:aMaxRouterId (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/api/
Dthread_ftd_api.cpp379 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId) in otThreadGetRouterIdRange()
384 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId) in otThreadSetRouterIdRange()
/external/openthread/src/core/thread/
Drouter_table.cpp556 Error RouterTable::SetRouterIdRange(uint8_t aMinRouterId, uint8_t aMaxRouterId) in SetRouterIdRange()