zephyr/samples/bluetooth/unicast_audio_server
Magdalena Kasenberg 57784df5f0 LE Audio: Refactor server ASE callbacks to return rsp object
From now app layer is able to return explicit response code and
reason that will appear in ASE Control Point notification.

Fixes issues of ASCS/SR/SPE/BI-(07/08/09)-C PTS test cases, where
PTS was receiving wrong response codes and reasons.

Signed-off-by: Magdalena Kasenberg <magdalena.kasenberg@codecoup.pl>
2023-03-22 11:38:37 +01:00
..
boards samples: Bluetooth: Add nrf5340_audio_dk board config to audio samples 2023-03-13 14:02:33 +01:00
src LE Audio: Refactor server ASE callbacks to return rsp object 2023-03-22 11:38:37 +01:00
CMakeLists.txt
prj.conf Bluetooth: Audio: Rename bt_audio_unicast_server to bt_bap_... 2023-03-07 16:21:44 +01:00
README.rst samples: bluetooth: unicast_audio_server: Fix incorrect link 2022-09-29 12:20:14 +02:00
sample.yaml tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01: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.