zephyr/samples/bluetooth/unicast_audio_server
Magdalena Kasenberg 169812f84c samples: unicast audio: Wrap start of the send timer
Enable the send timer only when at least one ASE source is enabled,
CONFIG_BT_ASCS_ASE_SRC_COUNT > 0 in case of unicast_audio_server,
CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT > 0 for unicast_audio_client.

Signed-off-by: Magdalena Kasenberg <magdalena.kasenberg@codecoup.pl>
2023-06-01 09:06:24 -04:00
..
boards samples: Bluetooth: Add nrf5340_audio_dk board config to audio samples 2023-03-13 14:02:33 +01:00
src samples: unicast audio: Wrap start of the send timer 2023-06-01 09:06:24 -04:00
CMakeLists.txt Bluetooth: Samples: Add unicast audio client and server samples 2022-01-27 12:01:34 +02:00
prj.conf Bluetooth: BAP: Add unicast client and server write long support 2023-05-26 05:55:15 -04:00
README.rst samples: bluetooth: unicast_audio_server: Fix incorrect link 2022-09-29 12:20:14 +02:00
sample.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00

.. _bluetooth_unicast_audio_server:

Bluetooth: Unicast Audio Server
###############################

Overview
********

Application demonstrating the LE Audio unicast server functionality.
Starts advertising and awaits connection from a LE Audio unicast client.

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

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