zephyr/samples/bluetooth/broadcast_audio_source
Alberto Escolar Piedras 631a6a765a Bluetooth samples: broadcast audio source: Add sysbuild support
So that for both the simulated nrf5340 and real HW nrf5340dk
we build both network and application core images.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-06 15:17:15 +01:00
..
boards samples/tests: Remove REQUIRES_FULL_LIBC=y due to LIBLC3 2023-11-06 10:10:27 +01:00
src bluetooth: audio: added support for 24kHz frequency to broadcast source 2023-11-03 09:55:35 +01:00
CMakeLists.txt samples: Bluetooth: Add broadcast audio source sample 2022-04-02 15:39:48 +02:00
Kconfig bluetooth: audio: added support for 24kHz frequency to broadcast source 2023-11-03 09:55:35 +01:00
Kconfig.sysbuild Bluetooth samples: broadcast audio source: Add sysbuild support 2023-11-06 15:17:15 +01:00
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: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
README.rst doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
sample.yaml Bluetooth samples: broadcast audio source: Add sysbuild support 2023-11-06 15:17:15 +01:00
sysbuild.cmake Bluetooth samples: broadcast audio source: Add sysbuild support 2023-11-06 15:17:15 +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.
Use `-DEXTRA_CONF_FILE=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.