Skip to content

Commit

Permalink
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshanESP authored and rahult-github committed Dec 27, 2023
1 parent 4809110 commit dc9d9b4
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 dc9d9b4

Please sign in to comment.