zephyr/samples/bluetooth/unicast_audio_server
Mariusz Skamra 868b180d64 Bluetooth: Make use of BT_CODEC_LC3_CHAN_COUNT_SUPPORT macro
Use the BT_CODEC_LC3_CHAN_COUNT_SUPPORT macro to define the supported
channel counts.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2022-06-08 12:45:34 +02:00
..
boards samples: Bluetooth: Audio sample board files cleanup 2022-05-19 13:21:19 +02:00
src Bluetooth: Make use of BT_CODEC_LC3_CHAN_COUNT_SUPPORT macro 2022-06-08 12:45:34 +02:00
CMakeLists.txt
README.rst
prj.conf samples: Bluetooth: unicast_audio_server multi-cis support 2022-06-05 14:13:33 +02:00
sample.yaml

README.rst

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

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