Skip to content

Commit

Permalink
tests: bluetooth: tester: Fix buffer sizes on nRF5340
Browse files Browse the repository at this point in the history
This was affecting multiple CAP/INI/UST qualification tests.

Signed-off-by: Szymon Janc <[email protected]>
  • Loading branch information
sjanc authored and nashif committed Sep 2, 2024
1 parent 726c8ab commit ad0c1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tests/bluetooth/tester/nrf5340_hci_ipc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ CONFIG_BT_MAX_PAIRED=3
CONFIG_BT_BUF_EVT_RX_COUNT=16
CONFIG_BT_BUF_EVT_RX_SIZE=255
CONFIG_BT_BUF_CMD_TX_SIZE=255
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_BUF_ACL_RX_SIZE=255
3 changes: 0 additions & 3 deletions tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Apply this overlay at hci_ipc controller build
CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y
CONFIG_BT_CTLR_DATA_LENGTH_MAX=100
CONFIG_BT_BUF_ACL_RX_SIZE=100
CONFIG_BT_CTLR_PERIPHERAL_ISO_EARLY_CIG_START=y
CONFIG_BT_CTLR_ISOAL_PSN_IGNORE=y
CONFIG_BT_MAX_CONN=3
CONFIG_BT_MAX_PAIRED=3

0 comments on commit ad0c1e1

Please sign in to comment.