zephyr/samples/bluetooth/unicast_audio_client
Emil Gydesen c5fc32756a Bluetooth: Audio: Remove hardcoded location and context for LC3 macros
The BT_CODEC_LC3_CONFIG_* macros had a hardcoded location
and context, which makes them a lot less usable.

Updates the macro, and the macros that used them.
This also removes the BT_CODEC_LC3_CONFIG and instead
just uses the BT_CODEC_LC3_CONFIG_N macro, which has
then been renamed to BT_CODEC_LC3_CONFIG.

As an addition, the macros and their input has
also been better documented.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-06-29 10:24:49 +02:00
..
boards samples: Bluetooth: Audio sample board files cleanup 2022-05-19 13:21:19 +02:00
src Bluetooth: Audio: Remove hardcoded location and context for LC3 macros 2022-06-29 10:24:49 +02:00
CMakeLists.txt
prj.conf samples: Bluetooth: Update unicast audio client to multi-cis 2022-06-05 14:13:33 +02:00
README.rst everywhere: fix typos 2022-03-18 13:24:08 -04:00
sample.yaml

.. _bluetooth_unicast_audio_client:

Bluetooth: Unicast Audio Client
###############################

Overview
********

Application demonstrating the LE Audio unicast client functionality. Scans for and
connects to a LE Audio unicast server and establishes an audio stream.


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

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