Skip to content

Commit

Permalink
bluetooth: Enable C2H ACL data fc to avoid potential deadlocks
Browse files Browse the repository at this point in the history
This commit enables C2H ACL data flow control by default to avoid
potential deadlocks. See NCSDK-30959 for details.

Known issues are updated in a separate PR.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
  • Loading branch information
PavelVPV committed Feb 14, 2025
1 parent ba4a37e commit 4c0ee57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions subsys/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ config BT_LONG_WQ_STACK_SIZE
default 1800 if (BT_ECC || BT_GATT_CACHING)
default 1024

if BT_CONN
config BT_HCI_ACL_FLOW_CONTROL
# Enabling this option by default for now to avoid potential deadlocks. See NCSDK-30959.
bool
default y
endif # BT_CONN

rsource "controller/Kconfig"
rsource "host_extensions/Kconfig"

Expand Down

0 comments on commit 4c0ee57

Please sign in to comment.