mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 15:44:34 +02:00
feat: Enable direction finding feature in nimble host only mode
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user