zephyr/samples/bluetooth/unicast_audio_server
Jonathan Rico fb10381328 Bluetooth: iso: use kconfig for userdata size
Use BT_CONN_TX_USER_DATA_SIZE when defining pools of buffers that will go
through `bt_conn_send_cb()`.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2023-05-03 10:02:44 +02:00
..
boards samples: Bluetooth: Add nrf5340_audio_dk board config to audio samples 2023-03-13 14:02:33 +01:00
src Bluetooth: iso: use kconfig for userdata size 2023-05-03 10:02:44 +02: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.