zephyr/samples/bluetooth/broadcast_audio_sink
Anas Nashif ba7d730e9b tests/samples: use integration_plaforms in more tests/samples
integration_platforms help us control what get built/executed in CI and
for each PR submitted. They do not filter out platforms, instead they
just minimize the amount of builds/testing for a particular
tests/sample.
Tests still run on all supported platforms when not in integration mode.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-29 16:03:23 +01:00
..
boards samples: Bluetooth: Increase adv data Len for broadcast audio source 2022-09-06 17:44:38 +02:00
src Bluetooth: audio: pacs: Replace capabilities API with pacs 2022-10-26 08:49:00 +02:00
CMakeLists.txt
README.rst
prj.conf samples: Bluetooth: Increase subgroup count for broadcast audio sink 2022-11-28 14:38:25 +01:00
sample.yaml tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00

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.