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:
parent
336013fe34
commit
3559abed4d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue