tests: bluetooth: tester: Fix buffer sizes on nRF5340
This was affecting multiple CAP/INI/UST qualification tests. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
This commit is contained in:
parent
726c8abf32
commit
ad0c1e12f6
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue