ESP-IDF + 0/1 examples
SourceVu will show references to otLinkSetPollPeriod() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

OT_ERROR_NONE Successfully set/cleared user-specified poll period. OT_ERROR_INVALID_ARGS If aPollPeriod is invalid.

Notes

This function updates only poll period of sleepy end device. To update child timeout the function `otThreadSetChildTimeout()` shall be called. Minimal non-zero value should be `OPENTHREAD_CONFIG_MAC_MINIMUM_POLL_PERIOD` (10ms). Or zero to clear user-specified poll period. User-specified value should be no more than the maximal value 0x3FFFFFF ((1 << 26) - 1) allowed, otherwise it would be clipped by the maximal value.

References

from examples