zephyr/samples/bluetooth/tmap_peripheral
Emil Gydesen cbc81b2a0f Bluetooth: Audio: Remove LC3 from the assigned numbers defines
The defines from the Bluetooth Audio assigned numbers are not
specific for LC3. This commit removes the LC3 infix and
the reference to LC3 in the documentation for them.

It also cleans up some of the documentation and
names of the enums.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-02-05 09:14:44 -06:00
..
boards samples/bluetooth/tmap*: Enable in native_sim 2023-11-14 09:52:34 +02:00
src Bluetooth: Audio: Remove LC3 from the assigned numbers defines 2024-02-05 09:14:44 -06:00
CMakeLists.txt Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
duo.conf Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
Kconfig Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
prj.conf Bluetooth: ATT: Internalize ATT PDU TX pool 2023-12-15 17:14:56 +02:00
README.rst Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
sample.yaml samples/bluetooth/tmap*: Enable in native_sim 2023-11-14 09:52:34 +02:00

.. _bluetooth_tmap_peripheral:

Bluetooth: TMAP Peripheral
##########################

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.