feat(ble):Support Bluetooth LE 5.1 direction finding feature

This commit is contained in:
Geng Yuchao
2025-02-18 16:26:00 +08:00
parent 04438b1148
commit 6b6a7decb5
2 changed files with 5 additions and 0 deletions

View File

@@ -1334,3 +1334,7 @@ config SOC_BLE_MULTI_CONN_OPTIMIZATION
config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
bool
default y
config SOC_BLE_CTE_SUPPORTED
bool
default y

View File

@@ -559,3 +559,4 @@
#define SOC_BLE_POWER_CONTROL_SUPPORTED (1) /*!< Support Bluetooth Power Control */
#define SOC_BLE_MULTI_CONN_OPTIMIZATION (1) /*!< Support multiple connections optimization */
#define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */
#define SOC_BLE_CTE_SUPPORTED (1) /*!< Support Bluetooth LE Constant Tone Extension (CTE) */