Skip to content

Commit 8e017eb

Browse files
Thalleynashif
authored andcommitted
tests: Bluetooth: Audio: Increase RX buf count for bsim
The tests were using the default of 1 which is very low, especially when we might have multiple RX streams. Signed-off-by: Emil Gydesen <[email protected]>
1 parent a40e900 commit 8e017eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bsim/bluetooth/audio/prj.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ CONFIG_BT_BAP_BROADCAST_SRC_SUBGROUP_COUNT=1
4242
CONFIG_BT_BAP_BROADCAST_SNK_SUBGROUP_COUNT=1
4343
CONFIG_BT_BAP_BROADCAST_SNK_STREAM_COUNT=2
4444
CONFIG_BT_ISO_PERIPHERAL=y
45-
CONFIG_BT_ISO_TX_BUF_COUNT=4
4645
CONFIG_BT_ISO_MAX_CHAN=4
4746
CONFIG_BT_ISO_TX_MTU=310
47+
CONFIG_BT_ISO_TX_BUF_COUNT=4
4848
CONFIG_BT_ISO_RX_MTU=310
49+
CONFIG_BT_ISO_RX_BUF_COUNT=4
4950

5051
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
5152

0 commit comments

Comments
 (0)