Merge branch 'feature/esp32c6_enable_pcl_feature' into 'master'

Enabled PCL feature on ESP32C6

Closes IDF-6529

See merge request espressif/esp-idf!21903
This commit is contained in:
Island
2023-01-17 17:35:04 +08:00
5 changed files with 21 additions and 5 deletions

View File

@@ -175,6 +175,13 @@ config BT_LE_MAX_PERIODIC_ADVERTISER_LIST
help
Set this option to set the upper limit for number of periodic advertiser list.
config BT_LE_POWER_CONTROL_ENABLED
bool "Enable controller support for BLE Power Control"
depends on BT_LE_50_FEATURE_SUPPORT && !BT_NIMBLE_ENABLED && IDF_TARGET_ESP32C6
default n
help
Set this option to enable the Power Control feature on controller
menu "Memory Settings"
depends on !BT_NIMBLE_ENABLED