Skip to content

Commit 7896226

Browse files
Thalleycarlescufi
authored andcommitted
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 <[email protected]>
1 parent a263308 commit 7896226

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/bluetooth/broadcast_audio_sink/boards/nrf52840dk_nrf52840.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ CONFIG_BT_CTLR_SYNC_ISO=y
22

33
# Supports the highest SDU size required by any BAP LC3 presets (155)
44
CONFIG_BT_CTLR_SYNC_ISO_PDU_LEN_MAX=155
5+
# Supports the highest advertising data that can be set in a single HCI command
6+
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=251
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
CONFIG_BT_CTLR_ADV_ISO=y
22
# Supports the highest SDU size required by any BAP LC3 presets (155)
33
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=155
4+
# Zephyr Controller tested maximum advertising data that can be set in a single HCI command
5+
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191

0 commit comments

Comments
 (0)