Skip to content

Commit

Permalink
[nrf fromlist] samples: bluetooth: reduce RAM for hci_ipc df ll_sw_split
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sean-madigan committed Oct 11, 2024
1 parent 4b229c3 commit 95f26b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f26b9

Please sign in to comment.