mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
feat(ble):Support Bluetooth LE 5.1 direction finding feature
This commit is contained in:
@ -569,6 +569,7 @@
|
|||||||
// #define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */
|
// #define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */
|
||||||
// #define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
|
// #define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
|
||||||
// #define SOC_BLE_MULTI_CONN_OPTIMIZATION (1) /*!< Support multiple connections optimization */
|
// #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_USE_WIFI_PWR_CLK_WORKAROUND (1)
|
// #define SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND (1)
|
||||||
|
|
||||||
|
@ -1446,3 +1446,7 @@ config SOC_BLE_MULTI_CONN_OPTIMIZATION
|
|||||||
config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
|
config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_BLE_CTE_SUPPORTED
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
@ -587,3 +587,4 @@
|
|||||||
#define SOC_BLE_POWER_CONTROL_SUPPORTED (1) /*!< Support Bluetooth Power Control */
|
#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_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_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */
|
||||||
|
#define SOC_BLE_CTE_SUPPORTED (1) /*!< Support Bluetooth LE Constant Tone Extension (CTE) */
|
||||||
|
Reference in New Issue
Block a user