Skip to content

Commit aa4489a

Browse files
committed
feat(esp32c5): Enable Bluetooth LE CTE feature
1 parent d8631ed commit aa4489a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

components/soc/esp32c5/include/soc/Kconfig.soc_caps.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
17781782
config SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR
17791783
bool
17801784
default y

components/soc/esp32c5/include/soc/soc_caps.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@
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*/

0 commit comments

Comments
 (0)