Skip to content

Commit 95f26b9

Browse files
committed
[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: zephyrproject-rtos/zephyr#79729 Signed-off-by: Sean Madigan <[email protected]>
1 parent 4b229c3 commit 95f26b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/hci_ipc/nrf5340_cpunet_df-bt_ll_sw_split.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CONFIG_BT_MAX_CONN=2
1616
# Host number of completed commands does not follow normal flow control.
1717
CONFIG_BT_BUF_CMD_TX_COUNT=10
1818

19-
CONFIG_BT_BUF_EVT_RX_COUNT=16
19+
CONFIG_BT_BUF_EVT_RX_COUNT=15
2020

2121
CONFIG_BT_BUF_EVT_RX_SIZE=255
2222
CONFIG_BT_BUF_ACL_RX_SIZE=255

0 commit comments

Comments
 (0)