From 0b7ac73eb67be4763f68a15aa1be7ec7476d8f14 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 1 Feb 2018 09:51:36 -0800 Subject: [PATCH] Bluetooth: Mesh: fix BT_MESH_LPN_POLL_TIMEOUT description The calculation was off by a factor of 10. Signed-off-by: Johan Hedberg --- subsys/bluetooth/host/mesh/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/host/mesh/Kconfig b/subsys/bluetooth/host/mesh/Kconfig index 7f6dad28b79..b6175ead7c4 100644 --- a/subsys/bluetooth/host/mesh/Kconfig +++ b/subsys/bluetooth/host/mesh/Kconfig @@ -280,7 +280,7 @@ config BT_MESH_LPN_POLL_TIMEOUT requests are received by the Friend node before the PollTimeout timer expires, then the friendship is considered terminated. The value is in units of 100 milliseconds, so e.g. - a value of 300 means 3 seconds. + a value of 300 means 30 seconds. config BT_MESH_LPN_INIT_POLL_TIMEOUT int "The starting value of the PollTimeout timer"