Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h562 uint32_t otLinkGetPollPeriod(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp165 uint32_t otLinkGetPollPeriod(otInstance *aInstance) in otLinkGetPollPeriod() function
/openthread-latest/src/cli/
Dcli.cpp5288 return ProcessGetSet(aArgs, otLinkGetPollPeriod, otLinkSetPollPeriod); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp425 return mEncoder.WriteUint32(otLinkGetPollPeriod(mInstance)); in HandlePropertyGet()