zephyr/samples/bluetooth/broadcast_audio_sink
Emil Gydesen c699ae5850 Bluetooth: Audio: Expose broadcast sink adv data to application
In the broadcast sink `scan_recv` which is called when we
scan for broadcast source, we now also provide the entire
AD struct to the application.

The reason for this is that the advertising data may
contain other information that is useful for the application
like the broadcaster device name or any other
vendor/application specific data.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-07-12 14:17:02 +02:00
..
boards samples: Bluetooth: Broadcast audio scan and adv data size increase 2022-05-19 13:21:19 +02:00
src Bluetooth: Audio: Expose broadcast sink adv data to application 2022-07-12 14:17:02 +02:00
CMakeLists.txt
README.rst
prj.conf Bluetooth: Audio: Add PACS for broadcast sink 2022-07-04 15:59:09 +02:00
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.