From 95f26b9d995b894e278529c51a2c6a531e842d79 Mon Sep 17 00:00:00 2001 From: Sean Madigan Date: Fri, 11 Oct 2024 16:30:52 +0100 Subject: [PATCH] [nrf fromlist] samples: bluetooth: reduce RAM for hci_ipc df ll_sw_split After stack size increase for IPC RAM now needs to be reduced in other areas. Presumably these buffers can all be decreased by 1. Upstream PR: https://github.com/zephyrproject-rtos/zephyr/pull/79729 Signed-off-by: Sean Madigan --- samples/bluetooth/hci_ipc/nrf5340_cpunet_df-bt_ll_sw_split.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bluetooth/hci_ipc/nrf5340_cpunet_df-bt_ll_sw_split.conf b/samples/bluetooth/hci_ipc/nrf5340_cpunet_df-bt_ll_sw_split.conf index 403501a5810..4474f78cd99 100644 --- a/samples/bluetooth/hci_ipc/nrf5340_cpunet_df-bt_ll_sw_split.conf +++ b/samples/bluetooth/hci_ipc/nrf5340_cpunet_df-bt_ll_sw_split.conf @@ -16,7 +16,7 @@ CONFIG_BT_MAX_CONN=2 # Host number of completed commands does not follow normal flow control. CONFIG_BT_BUF_CMD_TX_COUNT=10 -CONFIG_BT_BUF_EVT_RX_COUNT=16 +CONFIG_BT_BUF_EVT_RX_COUNT=15 CONFIG_BT_BUF_EVT_RX_SIZE=255 CONFIG_BT_BUF_ACL_RX_SIZE=255