Bluetooth: Samples: Add unicast audio client and server samples
Adds Basic Audio Profile (BAP) unicast server and client samples. These are the barebones versions of what is needed to scan/advertise for audio and setup a stream using the mandatory LC3 preset defined by the BAP spec. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
5b25c33554
commit
f24d4bcf75
12 changed files with 1054 additions and 0 deletions
8
samples/bluetooth/unicast_audio_server/prj.conf
Normal file
8
samples/bluetooth/unicast_audio_server/prj.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
CONFIG_BT=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_AUDIO=y
|
||||
CONFIG_BT_AUDIO_UNICAST_SERVER=y
|
||||
|
||||
CONFIG_BT_EXT_ADV=y
|
||||
CONFIG_BT_DEVICE_NAME="Unicast Audio Server"
|
Loading…
Add table
Add a link
Reference in a new issue