zephyr/samples/bluetooth/broadcast_audio_source
Emil Gydesen 1af16d896c samples: Bluetooth: Broadcast audio source add packing field
Set the packing field when creating the broadcast source. This
is currently missing, and in uninitialized.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-01-24 09:44:09 +01:00
..
boards samples: Bluetooth: Increase adv data Len for broadcast audio source 2022-09-06 17:44:38 +02:00
src samples: Bluetooth: Broadcast audio source add packing field 2023-01-24 09:44:09 +01:00
CMakeLists.txt samples: Bluetooth: Add broadcast audio source sample 2022-04-02 15:39:48 +02:00
prj.conf Bluetooth: Audio: Broadcast source subgroup and BIS codec support 2022-11-24 10:21:36 +01:00
README.rst samples: Bluetooth: Add broadcast audio source sample 2022-04-02 15:39:48 +02:00
sample.yaml tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00

.. _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.