mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 22:57:47 +00:00
[docs] fix reference to old function name in link.h (#4134)
otSetChildTimeout -> otThreadSetChildTimeout
This commit is contained in:
committed by
Jonathan Hui
parent
3cd4be9392
commit
3ddc4fe98c
@@ -425,7 +425,7 @@ uint32_t otLinkGetPollPeriod(otInstance *aInstance);
|
||||
* Set/clear user-specified/external data poll period for sleepy end device.
|
||||
*
|
||||
* @note This function updates only poll period of sleepy end device. To update child timeout the function
|
||||
* `otSetChildTimeout()` shall be called.
|
||||
* `otThreadSetChildTimeout()` shall be called.
|
||||
*
|
||||
* @note Minimal non-zero value should be `OPENTHREAD_CONFIG_MAC_MINIMUM_POLL_PERIOD` (10ms).
|
||||
* Or zero to clear user-specified poll period.
|
||||
|
||||
Reference in New Issue
Block a user