mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 21:20:11 +00:00
[data-poll-manager] add StopFastPolls() support (#3763)
This commit is contained in:
@@ -429,6 +429,9 @@ OTAPI uint32_t OTCALL otLinkGetPollPeriod(otInstance *aInstance);
|
||||
* @note Minimal non-zero value should be `OPENTHREAD_CONFIG_MINIMUM_POLL_PERIOD` (10ms).
|
||||
* Or zero to clear user-specified poll period.
|
||||
*
|
||||
* @note User-specified value should be no more than the maximal value 0x3FFFFFF ((1 << 26) - 1) allowed,
|
||||
* otherwise it would be cilpped by the maximal value.
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
* @param[in] aPollPeriod data poll period in milliseconds.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user