Skip to content

Commit ad0c1e1

Browse files
sjancnashif
authored andcommitted
tests: bluetooth: tester: Fix buffer sizes on nRF5340
This was affecting multiple CAP/INI/UST qualification tests. Signed-off-by: Szymon Janc <[email protected]>
1 parent 726c8ab commit ad0c1e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/bluetooth/tester/nrf5340_hci_ipc.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ CONFIG_BT_MAX_PAIRED=3
55
CONFIG_BT_BUF_EVT_RX_COUNT=16
66
CONFIG_BT_BUF_EVT_RX_SIZE=255
77
CONFIG_BT_BUF_CMD_TX_SIZE=255
8+
CONFIG_BT_BUF_ACL_TX_SIZE=251
9+
CONFIG_BT_BUF_ACL_RX_SIZE=255
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Apply this overlay at hci_ipc controller build
22
CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y
3-
CONFIG_BT_CTLR_DATA_LENGTH_MAX=100
4-
CONFIG_BT_BUF_ACL_RX_SIZE=100
53
CONFIG_BT_CTLR_PERIPHERAL_ISO_EARLY_CIG_START=y
64
CONFIG_BT_CTLR_ISOAL_PSN_IGNORE=y
75
CONFIG_BT_MAX_CONN=3
8-
CONFIG_BT_MAX_PAIRED=3

0 commit comments

Comments
 (0)