mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 07:01:56 +00:00
As the metadata has to be validated anyway, let the initial vaidation of metadata to be done in ASCS. The application can still reject the metadata, but the length validation and supported type validation can be performed by the stack. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl> |
||
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
overlay-bt_ll_sw_split.conf | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _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. Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable required ISO feature support in Zephyr Bluetooth Controller on supported boards. See :ref:`bluetooth samples section <bluetooth-samples>` for details.