Bluetooth: Tester: Set ISO MTU to 310
This makes sure we always fit all configurations. Worst case is two audio streams in 48_6 configuration in single ISO channel (2x155). Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
This commit is contained in:
parent
5453acb9b7
commit
298c01cb97
|
@ -20,6 +20,11 @@ CONFIG_BT_BUF_EVT_RX_COUNT=16
|
|||
CONFIG_BT_BUF_EVT_RX_SIZE=255
|
||||
CONFIG_BT_BUF_CMD_TX_SIZE=255
|
||||
|
||||
# 48_6 configuration uses 155 octets for max SDU
|
||||
# allow for 2 audio streams in single ISO channel
|
||||
CONFIG_BT_ISO_TX_MTU=310
|
||||
CONFIG_BT_ISO_RX_MTU=310
|
||||
|
||||
# When initiating Codec Config by server for 3 ASEs one by one, MTU buffers
|
||||
# were freed too slow. The bt_bap_stream_ops.configured callback comes earlier.
|
||||
CONFIG_BT_L2CAP_TX_BUF_COUNT=10
|
||||
|
|
Loading…
Reference in New Issue