samples: Bluetooth: Broadcast audio scan and adv data size increase
Increases the scan and adv data sizes to better support the extended advertising data and periodic advertising data (BASE). Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
a263308cf2
commit
78962268c2
2 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,5 @@ CONFIG_BT_CTLR_SYNC_ISO=y
|
|||
|
||||
# Supports the highest SDU size required by any BAP LC3 presets (155)
|
||||
CONFIG_BT_CTLR_SYNC_ISO_PDU_LEN_MAX=155
|
||||
# Supports the highest advertising data that can be set in a single HCI command
|
||||
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=251
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
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
|
||||
# Zephyr Controller tested maximum advertising data that can be set in a single HCI command
|
||||
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue