From 4d873e3c9f9390b8b6cf6baa3849edae6ac6d2e9 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Wed, 15 May 2024 15:27:11 +0530 Subject: [PATCH] fix(nimble): Remove ESP IP dependancy on enc_adv_data example --- components/bt/host/nimble/Kconfig.in | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 616dd20fc1..d02293a87a 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -906,7 +906,6 @@ config BT_NIMBLE_OPTIMIZE_MULTI_CONN config BT_NIMBLE_ENC_ADV_DATA bool "Encrypted Advertising Data" - depends on SOC_ESP_NIMBLE_CONTROLLER select BT_NIMBLE_EXT_ADV help This option is used to enable encrypted advertising data.