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>
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_AUDIO=y
|
|
CONFIG_BT_BAP_BROADCAST_SOURCE=y
|
|
|
|
CONFIG_BT_ISO_MAX_CHAN=2
|
|
CONFIG_BT_BAP_BROADCAST_SRC_STREAM_COUNT=2
|
|
# Two streams in one subgroup (stereo)
|
|
CONFIG_BT_BAP_BROADCAST_SRC_SUBGROUP_COUNT=1
|
|
|
|
CONFIG_BT_ISO_TX_BUF_COUNT=6
|
|
CONFIG_BT_ISO_TX_MTU=60
|
|
|
|
CONFIG_BT_DEVICE_NAME="Broadcast Audio Source"
|