Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h1190 otError otLinkSetWakeupListenParameters(otInstance *aInstance, uint32_t aInterval, uint32_t aDurati…
/openthread-latest/src/core/api/
Dlink_api.cpp529 otError otLinkSetWakeupListenParameters(otInstance *aInstance, uint32_t aInterval, uint32_t aDurati… in otLinkSetWakeupListenParameters() function
/openthread-latest/src/cli/
Dcli.cpp7935 error = otLinkSetWakeupListenParameters(GetInstancePtr(), interval, duration); in Process()