mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
feat(nimble):Add AoA menuconfig in nimble Kconfig.in
This commit is contained in:
@ -677,6 +677,13 @@ if BT_NIMBLE_50_FEATURE_SUPPORT
|
|||||||
help
|
help
|
||||||
Set this option to enable the Power Control feature
|
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
|
menuconfig BT_NIMBLE_GATT_CACHING
|
||||||
bool "Enable GATT caching"
|
bool "Enable GATT caching"
|
||||||
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_50_FEATURE_SUPPORT
|
depends on BT_NIMBLE_ENABLED && BT_NIMBLE_50_FEATURE_SUPPORT
|
||||||
|
Reference in New Issue
Block a user