• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/04-Jan-2025-3618

src/04-Jan-2025-1,133811

CMakeLists.txtD04-Jan-2025348 1612

README.rstD04-Jan-2025667 2415

prj.confD04-Jan-20251,003 5132

sample.yamlD04-Jan-2025337 1413

README.rst

1.. zephyr:code-sample:: ble_peripheral_tmap_central
2   :name: Telephone and Media Audio Profile (TMAP) Central
3   :relevant-api: bluetooth bt_audio bt_bap bt_cap  bt_conn bt_tbs bt_tmap bt_vcp
4
5   Implement the TMAP Call Gateway (CG) and Unicast Media Sender (UMS) roles.
6
7Overview
8********
9
10Application demonstrating the TMAP central functionality. Implements the CG and UMS roles.
11
12
13Requirements
14************
15
16* A board with Bluetooth Low Energy 5.2 support
17
18Building and Running
19********************
20This sample can be found under
21:zephyr_file:`samples/bluetooth/tmap_central` in the Zephyr tree.
22
23See :zephyr:code-sample-category:`bluetooth` samples for details.
24