Skip to content

Commit

Permalink
Merge branch 'bugfix/periodic_adv_enh_fixes_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2 (v5.1)

See merge request espressif/esp-idf!28077
  • Loading branch information
rahult-github committed Dec 28, 2023
2 parents 0489504 + dc9d9b4 commit bbd8d13
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/nimble/nimble
4 changes: 4 additions & 0 deletions components/soc/esp32c2/include/soc/Kconfig.soc_caps.in
Expand Up @@ -675,6 +675,10 @@ config SOC_BLUFI_SUPPORTED
bool
default y

config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
bool
default y

config SOC_PHY_IMPROVE_RX_11B
bool
default y
Expand Down
1 change: 1 addition & 0 deletions components/soc/esp32c2/include/soc/soc_caps.h
Expand Up @@ -316,6 +316,7 @@
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
#define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
#define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */

/*------------------------------------- PHY CAPS -------------------------------------*/
#define SOC_PHY_IMPROVE_RX_11B (1)
Expand Down
4 changes: 4 additions & 0 deletions components/soc/esp32h2/include/soc/Kconfig.soc_caps.in
Expand Up @@ -1218,3 +1218,7 @@ config SOC_BLE_POWER_CONTROL_SUPPORTED
config SOC_BLE_MULTI_CONN_OPTIMIZATION
bool
default y

config SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
bool
default y
1 change: 1 addition & 0 deletions components/soc/esp32h2/include/soc/soc_caps.h
Expand Up @@ -499,3 +499,4 @@
#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_MULTI_CONN_OPTIMIZATION (1) /*!< Support multiple connections optimization */
#define SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED (1) /*!< Support For BLE Periodic Adv Enhancements */

0 comments on commit bbd8d13

Please sign in to comment.