Home
last modified time | relevance | path

Searched refs:otThreadReleaseRouterId (Results 1 – 4 of 4) sorted by relevance

/external/openthread/include/openthread/
Dthread_ftd.h439 otError otThreadReleaseRouterId(otInstance *aInstance, uint8_t aRouterId);
/external/openthread/src/core/api/
Dthread_ftd_api.cpp165 otError otThreadReleaseRouterId(otInstance *aInstance, uint8_t aRouterId) in otThreadReleaseRouterId() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp1165 error = otThreadReleaseRouterId(mInstance, routerId); in HandlePropertyRemove()
/external/openthread/src/cli/
Dcli.cpp5749 return ProcessSet(aArgs, otThreadReleaseRouterId); in Process()