zephyr/samples/bluetooth/unicast_audio_client
Carles Cufi 4c26b8518e modules: liblc3: Rename the module for consistency
The old project, liblc3codec, is not used anymore. Rename the Zephyr
module name, folders, and Kconfig options based on the new name, liblc3.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-08-22 20:40:59 +02:00
..
boards modules: liblc3: Rename the module for consistency 2022-08-22 20:40:59 +02:00
src modules: liblc3: Rename the module for consistency 2022-08-22 20:40:59 +02:00
CMakeLists.txt
prj.conf samples: Bluetooth: Update unicast audio client to disconnect 2022-07-12 14:12:08 +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.