zephyr/samples/bluetooth/broadcast_audio_source
Maciej Perkowski 75b062a6d6 tests: samples: Resolve duplicates in names.
Several duplicates were found with
scripts/twister -T samples/ -T tests/ --dry-run --list-test-duplicates
This is an issue since duplicated names causes overwriting of
results. Most duplicates looked like obvious copy-pase errors.
New names where addopted looking at other tests in the same yaml
or looking at the directory/descriptio.

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
2023-05-16 06:21:25 -04:00
..
src Bluetooth: iso: use kconfig for userdata size 2023-05-03 10:02:44 +02:00
CMakeLists.txt
overlay-bt_ll_sw_split.conf sample: Bluetooth: Fix broadcast audio source sink conf file 2023-04-13 13:19:19 +02:00
prj.conf Bluetooth: Audio: Rename bt_audio_broadcast_source to bt_bap_... 2023-03-07 16:21:44 +01:00
README.rst sample: Bluetooth: Fix broadcast audio source sink conf file 2023-04-13 13:19:19 +02:00
sample.yaml tests: samples: Resolve duplicates in names. 2023-05-16 06:21:25 -04: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.
Use `-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf` to enable required ISO
feature support in Zephyr Bluetooth Controller on supported boards.

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