samples: Bluetooth: Audio sample board files cleanup
Clean up some of the board specific configuration files. Removed all CONFIG_BT_CTLR* configs from the nRF5340 appcore conf files as that does not compile the controller. Ensured that the ISO buffer in the controller for nRF52840 can contain SDUs from all BAP LC3 minimum requirements, as the controller does not yet support segmentation of SDUs. Also fixed a few bad configurations (broadcast sink not enabling the sync support etc.). Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
468218a547
commit
a263308cf2
4 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
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
|
|
@ -1 +1,3 @@
|
|||
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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
CONFIG_BT_CTLR_CENTRAL_ISO=y
|
||||
|
||||
# Supports the highest SDU size required by any BAP LC3 presets (155)
|
||||
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=155
|
|
@ -0,0 +1,4 @@
|
|||
CONFIG_BT_CTLR_PERIPHERAL_ISO=y
|
||||
|
||||
# Supports the highest SDU size required by any BAP LC3 presets (155)
|
||||
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=155
|
Loading…
Add table
Add a link
Reference in a new issue