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>
18 lines
430 B
Text
18 lines
430 B
Text
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_ISO_PERIPHERAL=y
|
|
CONFIG_BT_AUDIO=y
|
|
CONFIG_BT_BAP_UNICAST_SERVER=y
|
|
CONFIG_BT_ASCS=y
|
|
CONFIG_BT_ASCS_ASE_SNK_COUNT=2
|
|
CONFIG_BT_ASCS_ASE_SRC_COUNT=1
|
|
CONFIG_BT_ISO_TX_BUF_COUNT=2
|
|
# Support an ISO channel per ASE
|
|
CONFIG_BT_ISO_MAX_CHAN=4
|
|
|
|
# Mandatory to support at least 1 for ASCS
|
|
CONFIG_BT_ATT_PREPARE_COUNT=1
|
|
|
|
CONFIG_BT_EXT_ADV=y
|
|
CONFIG_BT_DEVICE_NAME="Unicast Audio Server"
|