zephyr/samples/bluetooth/unicast_audio_client
Emil Gydesen df75bfd8f6 Bluetooth: Audio: Add PACS location read for unicast client
The unicast client will now read the PACS location value
during the discovery procedure, as well as subscribing to
it.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-07-19 12:27:00 +00:00
..
boards samples: Bluetooth: Audio sample board files cleanup 2022-05-19 13:21:19 +02:00
src Bluetooth: Audio: Add PACS location read for unicast client 2022-07-19 12:27:00 +00:00
CMakeLists.txt
README.rst everywhere: fix typos 2022-03-18 13:24:08 -04:00
prj.conf samples: Bluetooth: Update unicast audio client to disconnect 2022-07-12 14:12:08 +02:00
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.