Skip to content

Commit

Permalink
Merge branch 'bugfix/BLEQABR23-811_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
bugfix(ble_mesh): Enable CONFIG_BT_NIMBLE_VS_SUPPORT when using the duplicate...(v5.1)

See merge request espressif/esp-idf!27568
  • Loading branch information
Isl2017 committed Dec 21, 2023
2 parents 925e3e2 + b37d407 commit b34ab72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/bt/esp_ble_mesh/Kconfig.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if BLE_MESH
select BT_CTRL_BLE_MESH_SCAN_DUPL_EN if IDF_TARGET_ESP32C3
select BT_LE_SCAN_DUPL if IDF_TARGET_ESP32C6
select BT_LE_SCAN_DUPL if IDF_TARGET_ESP32H2
select BT_NIMBLE_VS_SUPPORT if BT_NIMBLE_ENABLED
default y
help
Enable this option to allow using specific duplicate scan filter
Expand Down

0 comments on commit b34ab72

Please sign in to comment.