From 3ddc4fe98cddb23871e759f1d9423f7d23447bea Mon Sep 17 00:00:00 2001 From: Ciaran Woodward Date: Thu, 29 Aug 2019 21:22:09 +0100 Subject: [PATCH] [docs] fix reference to old function name in link.h (#4134) otSetChildTimeout -> otThreadSetChildTimeout --- include/openthread/link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openthread/link.h b/include/openthread/link.h index c44fca497..cd121b63b 100644 --- a/include/openthread/link.h +++ b/include/openthread/link.h @@ -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.