mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2
This commit is contained in:
committed by
Rahul Tank
parent
ce6b508c4f
commit
962b105be5
Submodule components/bt/host/nimble/nimble updated: cf183cefea...42b16f59a3
@ -727,6 +727,10 @@ config SOC_BLUFI_SUPPORTED
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
config SOC_PHY_IMPROVE_RX_11B
|
config SOC_PHY_IMPROVE_RX_11B
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@ -336,6 +336,7 @@
|
|||||||
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
|
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
|
||||||
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
||||||
#define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
|
#define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
|
||||||
|
#define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */
|
||||||
|
|
||||||
/*------------------------------------- PHY CAPS -------------------------------------*/
|
/*------------------------------------- PHY CAPS -------------------------------------*/
|
||||||
#define SOC_PHY_IMPROVE_RX_11B (1)
|
#define SOC_PHY_IMPROVE_RX_11B (1)
|
||||||
|
@ -1302,3 +1302,7 @@ config SOC_BLE_POWER_CONTROL_SUPPORTED
|
|||||||
config SOC_BLE_MULTI_CONN_OPTIMIZATION
|
config SOC_BLE_MULTI_CONN_OPTIMIZATION
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
@ -528,3 +528,4 @@
|
|||||||
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
|
||||||
#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 */
|
||||||
|
Reference in New Issue
Block a user