Merge branch 'feat/ble_enable_direction_finding_feature_in_host_only' into 'master'

(feat):Enable direction finding feature in nimble host only mode.

See merge request espressif/esp-idf!34078
This commit is contained in:
Island
2024-10-12 20:36:37 +08:00

View File

@@ -648,7 +648,7 @@ config BT_NIMBLE_PERIODIC_ADV_ENH
config BT_NIMBLE_AOA_AOD config BT_NIMBLE_AOA_AOD
bool "Direction Finding" bool "Direction Finding"
depends on BT_NIMBLE_50_FEATURE_SUPPORT && SOC_BLE_CTE_SUPPORTED depends on BT_NIMBLE_50_FEATURE_SUPPORT && (BT_CONTROLLER_DISABLED || SOC_BLE_CTE_SUPPORTED)
default n default n
help help
Enable support for Connectionless and Connection Oriented Direction Finding Enable support for Connectionless and Connection Oriented Direction Finding