Skip to content

Commit ebd4caf

Browse files
committed
Merge branch 'bugfix/handle_flow_control_flag' into 'master'
fix(nimble): Add chip dependancy flag for Flow control feature See merge request espressif/esp-idf!39181
2 parents 0631340 + 9f69fe5 commit ebd4caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bt/host/nimble/Kconfig.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ config BT_NIMBLE_GATT_MAX_PROCS
412412

413413
config BT_NIMBLE_HS_FLOW_CTRL
414414
bool "Enable Host Flow control"
415-
depends on BT_NIMBLE_ENABLED
415+
depends on BT_NIMBLE_ENABLED && !SOC_ESP_NIMBLE_CONTROLLER
416416
default y if IDF_TARGET_ESP32
417417
default n
418418
help

0 commit comments

Comments
 (0)