README.rst
1.. _bluetooth_unicast_audio_server:
2
3Bluetooth: Unicast Audio Server
4###############################
5
6Overview
7********
8
9Application demonstrating the LE Audio unicast server functionality.
10Starts advertising and awaits connection from a LE Audio unicast client.
11
12Requirements
13************
14
15* BlueZ running on the host, or
16* A board with Bluetooth Low Energy 5.2 support
17
18Building and Running
19********************
20This sample can be found under
21:zephyr_file:`samples/bluetooth/unicast_audio_server` in the Zephyr tree.
22Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable required ISO
23feature support in Zephyr Bluetooth Controller on supported boards.
24
25See :ref:`bluetooth samples section <bluetooth-samples>` for details.
26