Merge branch 'feat/add_cte_config_in_kconfig_5.1' into 'release/v5.1'

feat(nimble):Add AoA menuconfig in nimble Kconfig.in

See merge request espressif/esp-idf!38611
This commit is contained in:
Island
2025-04-25 11:45:34 +08:00

View File

@@ -676,6 +676,13 @@ if BT_NIMBLE_50_FEATURE_SUPPORT
help
Set this option to enable the Power Control feature
config BT_NIMBLE_AOA_AOD
bool "Direction Finding"
depends on BT_NIMBLE_50_FEATURE_SUPPORT && (BT_CONTROLLER_DISABLED || SOC_BLE_CTE_SUPPORTED)
default n
help
Enable support for Connectionless and Connection Oriented Direction Finding
menuconfig BT_NIMBLE_GATT_CACHING
bool "Enable GATT caching"
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_50_FEATURE_SUPPORT