Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h584 otError otLinkSetPollPeriod(otInstance *aInstance, uint32_t aPollPeriod);
/openthread-latest/src/core/api/
Dlink_api.cpp170 otError otLinkSetPollPeriod(otInstance *aInstance, uint32_t aPollPeriod) in otLinkSetPollPeriod() function
/openthread-latest/src/cli/
Dcli.cpp5288 return ProcessGetSet(aArgs, otLinkGetPollPeriod, otLinkSetPollPeriod); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp435 error = otLinkSetPollPeriod(mInstance, pollPeriod); in HandlePropertySet()