zephyr/samples/bluetooth/unicast_audio_client
Emil Gydesen 17ca15067a Bluetooth: Audio: Fix issue with sending on bidirectional streams
This commit fixes some issues with setting up and
using bidirectional audio streams.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-06-23 09:09:45 +02:00
..
boards samples: Bluetooth: Audio sample board files cleanup 2022-05-19 13:21:19 +02:00
src Bluetooth: Audio: Fix issue with sending on bidirectional streams 2022-06-23 09:09:45 +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.