File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
components/soc/esp32c5/include/soc Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1775,6 +1775,10 @@ config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
17751775 bool
17761776 default y
17771777
1778+ config SOC_BLE_CTE_SUPPORTED
1779+ bool
1780+ default y
1781+
17781782config SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR
17791783 bool
17801784 default y
Original file line number Diff line number Diff line change 691691#define SOC_BLE_POWER_CONTROL_SUPPORTED (1) /*!< Support Bluetooth Power Control */
692692#define SOC_BLE_MULTI_CONN_OPTIMIZATION (1) /*!< Support multiple connections optimization */
693693#define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */
694+ #define SOC_BLE_CTE_SUPPORTED (1) /*!< Support Bluetooth LE Constant Tone Extension (CTE) */
694695
695696/*------------------------------------- PHY CAPS -------------------------------------*/
696697// #define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi, BLE and 15.4*/
You can’t perform that action at this time.
0 commit comments