From 0a3407f37977f8c4ead25c91b7ea8313ab405a1a Mon Sep 17 00:00:00 2001 From: Abhinav Kudnar Date: Thu, 7 Mar 2024 14:35:43 +0530 Subject: [PATCH] fix(nimble): Revise the help section for the Kconfig macro BLE_RPA_TIMEOUT --- components/bt/host/nimble/Kconfig.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 462f3f7d58..2fafc174e2 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -387,8 +387,7 @@ config BT_NIMBLE_RPA_TIMEOUT depends on BT_NIMBLE_ENABLED default 900 help - Time interval between RPA address change. This is applicable in case of - Host based RPA + Time interval between RPA address change. menuconfig BT_NIMBLE_MESH bool "Enable BLE mesh functionality"