zephyr/samples/bluetooth/unicast_audio_client
Emil Gydesen e485305b7c Bluetooth: Audio: Fix ordering of array size after array parameter
Make it consistent for audio.h and capabilities.h that the
array size parameter appear after the array parameter.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-10 13:50:20 -05:00
..
src Bluetooth: Audio: Fix ordering of array size after array parameter 2022-03-10 13:50:20 -05:00
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

.. _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.