Increase the Controller supported Advertising Data Length Maximum so that Advertising Data set by Broadcast Audio Source sample is accepted by the controller. Also, tune down the supported ISO Tx PDU size to suffice the Broadcast Audio Source usecase. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
7 lines
358 B
Text
7 lines
358 B
Text
CONFIG_BT_CTLR_ADV_ISO=y
|
|
# Supports the highest SDU size required by any BAP LC3 presets (155)
|
|
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=155
|
|
# Sufficient ISO PDU length for any BAP LC3 presets (155)
|
|
CONFIG_BT_CTLR_ADV_ISO_PDU_LEN_MAX=155
|
|
# Zephyr Controller tested maximum advertising data that can be set in a single HCI command
|
|
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
|