fix(nimble): Fix compilation issue in ble_enc_adv_data examples

This commit is contained in:
Astha Verma
2025-01-24 11:53:12 +05:30
committed by Rahul Tank
parent f3e576a727
commit 773c52b599
3 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ menu "Example Configuration"
config EXAMPLE_ENC_ADV_DATA
bool
prompt "Enable encrypted advertising data feature support"
depends on BT_NIMBLE_50_FEATURE_SUPPORT
default y
select BT_NIMBLE_ENC_ADV_DATA
help

View File

@@ -56,7 +56,6 @@ menu "Example Configuration"
config EXAMPLE_ENC_ADV_DATA
bool
prompt "Enable encrypted advertising data feature support"
depends on BT_NIMBLE_50_FEATURE_SUPPORT
default y
select BT_NIMBLE_ENC_ADV_DATA
help