Home
last modified time | relevance | path

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

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