zephyr/samples/bluetooth/broadcast_audio_sink
Emil Gydesen 78962268c2 samples: Bluetooth: Broadcast audio scan and adv data size increase
Increases the scan and adv data sizes to better support
the extended advertising data and periodic advertising
data (BASE).

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-05-19 13:21:19 +02:00
..
boards samples: Bluetooth: Broadcast audio scan and adv data size increase 2022-05-19 13:21:19 +02:00
src Bluetooth: Audio: Add recv_info to audio recv callback 2022-05-10 18:56:28 +02:00
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

.. _bluetooth_broadcast_audio_sink:

Bluetooth: Broadcast Audio Sink
###############################

Overview
********

Application demonstrating the LE Audio broadcast sink functionality.
Starts by scanning for LE Audio broadcast sources and then synchronizes to
the first found and listens to it until the source is (potentially) stopped.

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/broadcast_audio_sink` in the Zephyr tree.

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