From 0b220dd6a6d1a4320e07071d1bdc69adcbe6f65b Mon Sep 17 00:00:00 2001 From: alperen sener Date: Mon, 27 May 2024 12:06:49 +0200 Subject: [PATCH] bluetooth: mesh: increase the friend adv latency range Increasing the adv latency range to the minimum valid ReceiveDelay value, 10ms. 4ms might be small for some target systems. Signed-off-by: alperen sener --- subsys/bluetooth/mesh/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/mesh/Kconfig b/subsys/bluetooth/mesh/Kconfig index 796982280a8..2f23f26725b 100644 --- a/subsys/bluetooth/mesh/Kconfig +++ b/subsys/bluetooth/mesh/Kconfig @@ -1648,7 +1648,7 @@ config BT_MESH_FRIEND_SEG_RX config BT_MESH_FRIEND_ADV_LATENCY int "Latency for enabling advertising" - range 0 4 + range 0 10 default 0 help Latency in milliseconds between request for and start of Friend