[data-poll-manager] add StopFastPolls() support (#3763)

This commit is contained in:
rongli
2019-04-23 22:10:08 -07:00
committed by Jonathan Hui
parent 2be525b352
commit c5537e1b01
4 changed files with 81 additions and 7 deletions
+3
View File
@@ -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.
*