zephyr/samples/bluetooth/tmap_peripheral
Fredrik Danebjer c9da274eb2 Bluetooth: ascs: Add dynamic ASE registration
Added option to set the ASE count through the bap API, making ASE
configuration runtime available. The upper limit of ASEs are still
bound by the Kconfig options set for ASEs.

Signed-off-by: Fredrik Danebjer <frdn@demant.com>
2024-09-11 07:41:12 -04:00
..
boards Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU 2024-05-10 15:02:10 +02:00
src Bluetooth: ascs: Add dynamic ASE registration 2024-09-11 07:41:12 -04:00
CMakeLists.txt
duo.conf
Kconfig
prj.conf Bluetooth: ascs: Add dynamic ASE registration 2024-09-11 07:41:12 -04:00
README.rst samples: bluetooth: use zephyr:code-sample directive 2024-09-05 16:58:32 -04:00
sample.yaml

.. zephyr:code-sample:: ble_peripheral_tmap_peripheral
   :name: TMAP (Peripheral)
   :relevant-api: bt_audio bt_bap bluetooth

   Implement the LE Audio TMAP central functionality (CT and UMR roles).

Overview
********

Application demonstrating the LE Audio TMAP peripheral functionality. Implements the CT and UMR roles.


Requirements
************

* A board with Bluetooth Low Energy 5.2 support

Building and Running
********************
This sample can be found under
:zephyr_file:`samples/bluetooth/tmap_peripheral` in the Zephyr tree.

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