zephyr/samples/bluetooth/broadcast_audio_source
Emil Gydesen 504feb77c4 Bluetooth: Audio: Updated samples and shell to use seq_num
Update the samples and the shell to use the sequence number
and timestamp when sending.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-07-06 11:03:27 +02:00
..
boards samples: Bluetooth: Broadcast audio scan and adv data size increase 2022-05-19 13:21:19 +02:00
src Bluetooth: Audio: Updated samples and shell to use seq_num 2022-07-06 11:03:27 +02:00
CMakeLists.txt samples: Bluetooth: Add broadcast audio source sample 2022-04-02 15:39:48 +02:00
README.rst samples: Bluetooth: Add broadcast audio source sample 2022-04-02 15:39:48 +02:00
prj.conf samples: Bluetooth: Add broadcast audio source sample 2022-04-02 15:39:48 +02:00
sample.yaml samples: Bluetooth: Add broadcast audio source sample 2022-04-02 15:39:48 +02:00

README.rst

.. _bluetooth_broadcast_audio_source:

Bluetooth: Broadcast Audio Source
#################################

Overview
********

Application demonstrating the LE Audio broadcast audio source functionality.
Will start advertising extended advertising with audio flags, periodic advertising with the
broadcast audio source endpoint (BASE) and finally the BIGinfo together with
(mock) Audio (ISO) data.

The broadcast source will reset every 30 seconds to show the full API.

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

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