Skip to content

Commit fe3d4da

Browse files
Thalleycvinayak
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 183420a commit fe3d4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bsim/bluetooth/audio/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ CONFIG_BT_ISO_TX_BUF_COUNT=36
4646
CONFIG_BT_ISO_MAX_CHAN=4
4747
CONFIG_BT_ISO_TX_MTU=310
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)