From 3c6a3826ad0e8e0930a477aa41ecfd3e3893ede8 Mon Sep 17 00:00:00 2001 From: Axel Le Bourhis Date: Tue, 3 Jun 2025 16:22:18 +0200 Subject: [PATCH] soc: nxp: rw: adjust ACL bt_conn_tx contexts to match Controller's RW61x's controller uses 8 ACL packets, adjust `BT_BUF_ACL_TX_COUNT` to match it. Signed-off-by: Axel Le Bourhis --- soc/nxp/rw/Kconfig.defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/soc/nxp/rw/Kconfig.defconfig b/soc/nxp/rw/Kconfig.defconfig index 10777aa8b55..b507ce21650 100644 --- a/soc/nxp/rw/Kconfig.defconfig +++ b/soc/nxp/rw/Kconfig.defconfig @@ -35,6 +35,12 @@ config BT_LONG_WQ_STACK_SIZE config SYSTEM_WORKQUEUE_STACK_SIZE default 2048 +config BT_BUF_EVT_RX_COUNT + default 12 + +config BT_BUF_ACL_TX_COUNT + default 8 + if SHELL config SHELL_STACK_SIZE