zephyr/samples/bluetooth/tmap_central
Théo Battrel e9ee3e0af0 Bluetooth: Samples: Remove usage of BT_DEBUG_LOG
Remove usage of Kconfig symbol `CONFIG_BT_DEBUG_LOG` from samples. It
has been deprecated since this PR:
https://github.com/zephyrproject-rtos/zephyr/pull/56183

The Kconfig symbols has been replaced by `CONFIG_LOG=y` on most of the
cases. Or it has been removed when not needed anymore.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2023-06-07 13:56:55 -04:00
..
boards Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
src Samples: Bluetooth: Fix build errors for TMAP central 2023-05-25 16:27:26 +02:00
CMakeLists.txt Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
prj.conf Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
README.rst Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
sample.yaml Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00

.. _bluetooth_tmap_central:

Bluetooth: TMAP Central
#######################

Overview
********

Application demonstrating the LE Audio TMAP central functionality. Implements the CG and UMS 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_central` in the Zephyr tree.

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