zephyr/samples/bluetooth/unicast_audio_server
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00
..
boards samples: Bluetooth: Add nrf5340_audio_dk board config to audio samples 2023-03-13 14:02:33 +01:00
src Bluetooth: Use BT_BYTES_LIST_LEXX macros for encoding of data 2023-05-08 09:56:56 +02:00
CMakeLists.txt
prj.conf Bluetooth: Audio: Rename bt_audio_unicast_server to bt_bap_... 2023-03-07 16:21:44 +01:00
README.rst samples: bluetooth: unicast_audio_server: Fix incorrect link 2022-09-29 12:20:14 +02:00
sample.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00

.. _bluetooth_unicast_audio_server:

Bluetooth: Unicast Audio Server
###############################

Overview
********

Application demonstrating the LE Audio unicast server functionality.
Starts advertising and awaits connection from a LE Audio unicast client.

Requirements
************

* BlueZ running on the host, or
* A board with Bluetooth Low Energy 5.2 support

Building and Running
********************
This sample can be found under
:zephyr_file:`samples/bluetooth/unicast_audio_server` in the Zephyr tree.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.