samples: Bluetooth: Update unicast audio samples to use bidirectional
Modified the samples such that the client will attempt to setup 2 sink streams and 1 source stream, basically representing a headset use case. This also excercises both setting up a unidirectional and a bidirectional ISO channel using the 3 audio streams. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
f404d583ba
commit
a757fc8c46
3 changed files with 105 additions and 23 deletions
|
@ -4,7 +4,7 @@ CONFIG_BT_PERIPHERAL=y
|
|||
CONFIG_BT_AUDIO=y
|
||||
CONFIG_BT_AUDIO_UNICAST_SERVER=y
|
||||
CONFIG_BT_ASCS_ASE_SNK_COUNT=2
|
||||
CONFIG_BT_ASCS_ASE_SRC_COUNT=2
|
||||
CONFIG_BT_ASCS_ASE_SRC_COUNT=1
|
||||
# Support an ISO channel per ASE
|
||||
CONFIG_BT_ISO_MAX_CHAN=4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue