forked from espressif/esp-idf
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:
@@ -648,7 +648,7 @@ config BT_NIMBLE_PERIODIC_ADV_ENH
|
||||
|
||||
config BT_NIMBLE_AOA_AOD
|
||||
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
|
||||
help
|
||||
Enable support for Connectionless and Connection Oriented Direction Finding
|
||||
|
Reference in New Issue
Block a user