soc: nxp: mcxw: adjust ACL bt_conn_tx contexts to match Controller's

MCXW7x's controller uses 12 ACL packets, adjust `BT_BUF_ACL_TX_COUNT`
to match it.

Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
This commit is contained in:
Axel Le Bourhis 2025-06-03 16:12:22 +02:00 committed by Benjamin Cabé
commit df2dac7a68

View file

@ -27,6 +27,12 @@ config BT_LONG_WQ_STACK_SIZE
config SYSTEM_WORKQUEUE_STACK_SIZE
default 2048
config BT_BUF_EVT_RX_COUNT
default 16
config BT_BUF_ACL_TX_COUNT
default 12
if SHELL
config SHELL_STACK_SIZE