Merge branch 'fix/ble_issue_10032025_v5.4' into 'release/v5.4'

fix(nimble): Fix some nimble issues ble_issue_10032025_v5.4

See merge request espressif/esp-idf!37625
This commit is contained in:
Rahul Tank
2025-04-01 12:47:00 +08:00
75 changed files with 604 additions and 259 deletions

View File

@@ -1111,6 +1111,10 @@ config SOC_BLE_MULTI_CONN_OPTIMIZATION
bool
default y
config SOC_BLE_CTE_SUPPORTED
bool
default y
config SOC_PHY_COMBO_MODULE
bool
default y

View File

@@ -494,6 +494,7 @@
#define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */
#define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
#define SOC_BLE_MULTI_CONN_OPTIMIZATION (1) /*!< Support multiple connections optimization */
#define SOC_BLE_CTE_SUPPORTED (1) /*!< Support Bluetooth LE Constant Tone Extension (CTE) */
/*------------------------------------- PHY CAPS -------------------------------------*/
#define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi, BLE and 15.4*/