samples: Bluetooth: Audio: Change names to <profile>_<role>
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>
This commit is contained in:
parent
38d201e063
commit
1bcc3d8efa
106 changed files with 156 additions and 167 deletions
26
samples/bluetooth/pbp_public_broadcast_source/prj.conf
Normal file
26
samples/bluetooth/pbp_public_broadcast_source/prj.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
|
||||
CONFIG_BT=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_BT_AUDIO=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
|
||||
CONFIG_BT_ISO_MAX_CHAN=2
|
||||
CONFIG_BT_BAP_BROADCAST_SRC_STREAM_COUNT=2
|
||||
CONFIG_BT_BAP_BROADCAST_SRC_SUBGROUP_COUNT=2
|
||||
CONFIG_BT_ISO_TX_BUF_COUNT=4
|
||||
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
|
||||
|
||||
# PBP support
|
||||
CONFIG_BT_PBP=y
|
||||
|
||||
# CAP support
|
||||
CONFIG_BT_CAP_INITIATOR=y
|
||||
|
||||
# BAP support
|
||||
CONFIG_BT_BAP_BROADCAST_SOURCE=y
|
||||
CONFIG_BT_BAP_BROADCAST_SRC_STREAM_COUNT=1
|
||||
CONFIG_BT_BAP_BROADCAST_SRC_SUBGROUP_COUNT=1
|
||||
|
||||
CONFIG_BT_EXT_ADV=y
|
||||
CONFIG_BT_DEVICE_NAME="PBS"
|
Loading…
Add table
Add a link
Reference in a new issue