samples: Bluetooth: iso_broadcast increase Tx buffers

Increase the ISO Tx Buffers to avoid throttling of ISO data
transmission when using 2 Broadcast ISO streams.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2022-09-10 12:25:21 +05:30 committed by Carles Cufí
parent 336013fe34
commit 3559abed4d

View file

@ -4,6 +4,9 @@ CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_DEVICE_NAME="Test ISO Broadcaster"
CONFIG_BT_ISO_MAX_CHAN=2
CONFIG_BT_ISO_TX_BUF_COUNT=2
# Just needs to send a uint32_t value
CONFIG_BT_ISO_TX_MTU=23
CONFIG_BT_CTLR_ISO_TX_BUFFERS=2