zephyr/samples/bluetooth/unicast_audio_server
Emil Gydesen e8ade2356a Bluetooth: BAP: Add unicast client and server write long support
Add support for long writes for the unicast client and server.
This reuses the ATT buffer for long reads.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-05-26 05:55:15 -04:00
..
boards samples: Bluetooth: Add nrf5340_audio_dk board config to audio samples 2023-03-13 14:02:33 +01:00
src Bluetooth: Use BT_BYTES_LIST_LEXX macros for encoding of data 2023-05-08 09:56:56 +02:00
CMakeLists.txt
prj.conf Bluetooth: BAP: Add unicast client and server write long support 2023-05-26 05:55:15 -04:00
README.rst samples: bluetooth: unicast_audio_server: Fix incorrect link 2022-09-29 12:20:14 +02:00
sample.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00

.. _bluetooth_unicast_audio_server:

Bluetooth: Unicast Audio Server
###############################

Overview
********

Application demonstrating the LE Audio unicast server functionality.
Starts advertising and awaits connection from a LE Audio unicast client.

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/unicast_audio_server` in the Zephyr tree.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.