Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h1110 otError otLinkGetRegion(otInstance *aInstance, uint16_t *aRegionCode);
/openthread-latest/src/core/api/
Dlink_api.cpp497 otError otLinkGetRegion(otInstance *aInstance, uint16_t *aRegionCode) in otLinkGetRegion() function
/openthread-latest/src/cli/
Dcli.cpp5658 SuccessOrExit(error = otLinkGetRegion(GetInstancePtr(), &regionCode)); in Process()