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

This commit is contained in:
cjin
2025-12-09 16:24:05 +08:00
parent 19130df4f3
commit d667a41826
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -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*/