2024-08-29 23:32:37 +08:00
|
|
|
.. zephyr:code-sample:: ble_peripheral_tmap_central
|
2024-09-06 19:42:27 +08:00
|
|
|
:name: Telephone and Media Audio Profile (TMAP) Central
|
|
|
|
:relevant-api: bluetooth bt_audio bt_bap bt_cap bt_conn bt_tbs bt_tmap bt_vcp
|
2023-05-04 20:44:56 +08:00
|
|
|
|
2024-09-06 19:42:27 +08:00
|
|
|
Implement the TMAP Call Gateway (CG) and Unicast Media Sender (UMS) roles.
|
2023-05-04 20:44:56 +08:00
|
|
|
|
|
|
|
Overview
|
|
|
|
********
|
|
|
|
|
2024-09-06 19:42:27 +08:00
|
|
|
Application demonstrating the TMAP central functionality. Implements the CG and UMS roles.
|
2023-05-04 20:44:56 +08:00
|
|
|
|
|
|
|
|
|
|
|
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.
|