Skip to content

Commit

Permalink
ble: Remove CONFIG_BT_BUF_ACL_RX_COUNT
Browse files Browse the repository at this point in the history
CONFIG_BT_BUF_ACL_RX_COUNT has been deprecated in
zephyrproject-rtos/zephyr#81747
CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA has been introduced to replace it.

Signed-off-by: Pavel Vasilyev <[email protected]>
  • Loading branch information
PavelVPV authored and ktaborowski committed Dec 20, 2024
1 parent a45a3c9 commit f274ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/sid_end_device/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ config BT_BUF_ACL_TX_COUNT
config BT_BUF_ACL_RX_SIZE
default 251

config BT_BUF_ACL_RX_COUNT
default 6
config BT_BUF_ACL_RX_COUNT_EXTRA
default 4

config BT_L2CAP_TX_MTU
default 247
Expand Down

0 comments on commit f274ce8

Please sign in to comment.