From 06facdcad7a7675f6d2f49d446505518d2832a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Narajowski?= Date: Thu, 7 Dec 2017 15:19:28 +0100 Subject: [PATCH] Bluetooth: Mesh: Fix typo in Kconfig help message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 300 * 100 ms = 30000 ms = 30 s Signed-off-by: MichaƂ Narajowski --- 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 2986e6cbd64..7f6dad28b79 100644 --- a/subsys/bluetooth/host/mesh/Kconfig +++ b/subsys/bluetooth/host/mesh/Kconfig @@ -291,7 +291,7 @@ config BT_MESH_LPN_INIT_POLL_TIMEOUT gets established for the first time. After this the timeout will gradually grow toward the actual PollTimeout, doubling in value for each iteration. The value is in units of 100 - milliseconds, so e.g. a value of 300 means 3 seconds. + milliseconds, so e.g. a value of 300 means 30 seconds. config BT_MESH_LPN_SCAN_LATENCY int "Latency for enabling scanning"