1.. _bluetooth_broadcast_audio_sink:
2
3Bluetooth: Broadcast Audio Sink
4###############################
5
6Overview
7********
8
9Application demonstrating the LE Audio broadcast sink functionality.
10Starts by scanning for LE Audio broadcast sources and then synchronizes to
11the first found and listens to it until the source is (potentially) stopped.
12
13Requirements
14************
15
16* BlueZ running on the host, or
17* A board with Bluetooth Low Energy 5.2 support
18
19Building and Running
20********************
21This sample can be found under
22:zephyr_file:`samples/bluetooth/broadcast_audio_sink` in the Zephyr tree.
23Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable required ISO
24feature support in Zephyr Bluetooth Controller on supported boards.
25
26See :ref:`bluetooth samples section <bluetooth-samples>` for details.
27