zephyr/samples/bluetooth/tmap_central
Emil Gydesen f57a040808 Bluetooth: BAP: Add bondable requirement for BAP
BAP mandates support for bondable mode for all central and
peripheral roles.

Due to Kconfig circular dependencies, some additional
Kconfig changes had to be made.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-09-19 18:27:53 +01:00
..
boards
src Bluetooth: Samples: Use string printing functions for error codes 2024-07-31 12:56:11 +02:00
CMakeLists.txt
README.rst samples: bluetooth: use zephyr:code-sample directive 2024-09-05 16:58:32 -04:00
prj.conf Bluetooth: BAP: Add bondable requirement for BAP 2024-09-19 18:27:53 +01:00
sample.yaml

README.rst

.. zephyr:code-sample:: ble_peripheral_tmap_central
   :name: TMAP (Central)
   :relevant-api: bt_audio bt_bap bluetooth

   Implement the LE Audio TMAP central functionality (CG and UMS roles).

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.