Home
last modified time | relevance | path

Searched refs:aPollPeriod (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/api/
Dlink_api.cpp170 otError otLinkSetPollPeriod(otInstance *aInstance, uint32_t aPollPeriod) in otLinkSetPollPeriod() argument
172 return AsCoreType(aInstance).Get<DataPollSender>().SetExternalPollPeriod(aPollPeriod); in otLinkSetPollPeriod()
/openthread-latest/include/openthread/
Dlink.h584 otError otLinkSetPollPeriod(otInstance *aInstance, uint32_t aPollPeriod);