Modify the BAP and PBP samples to start with the profile name (BAP or PBP) and the role of the sample. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
15 lines
569 B
Plaintext
15 lines
569 B
Plaintext
CONFIG_BT_LL_SW_SPLIT=y
|
|
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
|
|
CONFIG_BT_CTLR_ISO_TX_BUFFERS=2
|
|
CONFIG_BT_CTLR_ISOAL_SOURCES=1
|
|
CONFIG_BT_CTLR_ISOAL_SINKS=2
|
|
|
|
# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data
|
|
# packet overhead (the Packet_Sequence_Number, ISO_SDU_Length, Packet_Status_Flag fields; and
|
|
# the optional Time_Stamp field, if supplied)
|
|
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=163
|
|
|
|
# Use the below if the sample is sending stale packet sequence number
|
|
# CONFIG_BT_CTLR_ADVANCED_FEATURES=y
|
|
# CONFIG_BT_CTLR_ISOAL_SN_STRICT=n
|