Bluetooth samples: Increase codec meta data size
To improve broadcast sink sample robostness the max codec meta data size configuration is increased to reflect the meta codec data sizes seen for sources in market. Signed-off-by: Jens Rehhoff Thomsen <jthm@demant.com>
This commit is contained in:
parent
32a719ae12
commit
5a728825b7
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ CONFIG_BT_BAP_BROADCAST_SNK_STREAM_COUNT=2
|
|||
CONFIG_BT_BAP_BASS_MAX_SUBGROUPS=2
|
||||
CONFIG_BT_BUF_ACL_RX_SIZE=255
|
||||
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
||||
CONFIG_BT_AUDIO_CODEC_CFG_MAX_METADATA_SIZE=64
|
||||
CONFIG_BT_AUDIO_CODEC_CFG_MAX_DATA_SIZE=64
|
||||
CONFIG_BT_AUDIO_CODEC_CAP_MAX_METADATA_SIZE=64
|
||||
CONFIG_BT_AUDIO_CODEC_CAP_MAX_DATA_SIZE=64
|
||||
|
||||
CONFIG_BT_DEVICE_NAME="Broadcast Audio Sink"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue