2024-08-29 23:32:37 +08:00
|
|
|
.. zephyr:code-sample:: ble_peripheral_tmap_central
|
|
|
|
:name: TMAP (Central)
|
|
|
|
:relevant-api: bt_audio bt_bap bluetooth
|
2023-05-04 20:44:56 +08:00
|
|
|
|
2024-08-29 23:32:37 +08:00
|
|
|
Implement the LE Audio TMAP central functionality (CG and UMS roles).
|
2023-05-04 20:44:56 +08:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2024-09-16 16:55:34 +08:00
|
|
|
See :zephyr:code-sample-category:`bluetooth` samples for details.
|