zephyr/samples/bluetooth/unicast_audio_client
Emil Gydesen 4e3205d238 Bluetooth: Audio: Add packing to unicast group create
Add the ISO packing field when creating a unicast group.

This refactors the structure of the unicast group create,
as it now takes both the packing as a group parameter, as well
as an array of stream-specific parameters.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-12-22 10:59:16 +01:00
..
boards modules: liblc3: Rename the module for consistency 2022-08-22 20:40:59 +02:00
src Bluetooth: Audio: Add packing to unicast group create 2022-12-22 10:59:16 +01: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 tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00

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