Skip to content

Commit eeb1d92

Browse files
Thalleykartben
authored andcommitted
tests: Bluetooth: Tester: Set controller ACL buffer size
Change the ACL buffer sizes to be a higher value than the default, as that caused some issues with the CIS established event. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent 32047d3 commit eeb1d92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/bluetooth/tester/overlay-bt_ll_sw_split.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=259
6767
# Set advertising/scan data length to support large BAP BASEs
6868
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
6969
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=191
70+
71+
# ACL data sizes
72+
CONFIG_BT_BUF_ACL_TX_SIZE=251
73+
CONFIG_BT_BUF_ACL_RX_SIZE=255
74+
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251

0 commit comments

Comments
 (0)