From df2dac7a6822d85f6f6a91b24b25cd91c5b3fc5a Mon Sep 17 00:00:00 2001 From: Axel Le Bourhis Date: Tue, 3 Jun 2025 16:12:22 +0200 Subject: [PATCH] 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 --- soc/nxp/mcx/mcxw/Kconfig.defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/soc/nxp/mcx/mcxw/Kconfig.defconfig b/soc/nxp/mcx/mcxw/Kconfig.defconfig index 286268929ce..bd3c237999f 100644 --- a/soc/nxp/mcx/mcxw/Kconfig.defconfig +++ b/soc/nxp/mcx/mcxw/Kconfig.defconfig @@ -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