fix(ble): add soc caps config for pawr feat on ESP32C61

(cherry picked from commit d667a41826)

Co-authored-by: cjin <jinchen@espressif.com>
This commit is contained in:
Jin Chen
2025-12-11 16:23:22 +08:00
parent 77ef80081d
commit 5c6a0f4c8c
2 changed files with 5 additions and 0 deletions
@@ -1283,6 +1283,10 @@ config SOC_BLE_CTE_SUPPORTED
bool
default y
config SOC_BLE_PERIODIC_ADV_WITH_RESPONSE
bool
default y
config SOC_PHY_COMBO_MODULE
bool
default y
@@ -521,6 +521,7 @@
#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) */
#define SOC_BLE_PERIODIC_ADV_WITH_RESPONSE (1) /*!< Support Bluetooth LE Periodic Advertising with Response (PAwR) */
/*------------------------------------- PHY CAPS -------------------------------------*/
#define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi, BLE and 15.4*/