• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

boards/22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025463 2015

Kconfig A D22-Aug-2025905 5137

README.rst A D22-Aug-2025704 2415

duo.conf A D22-Aug-2025125 54

prj.conf A D22-Aug-20251.4 KiB6339

sample.yaml A D22-Aug-2025687 2625

README.rst

1.. zephyr:code-sample:: ble_peripheral_tmap_peripheral
2   :name: Telephone and Media Audio Profile (TMAP) Peripheral
3   :relevant-api: bluetooth bt_audio bt_bap bt_csip bt_mcc bt_tbs bt_tmap bt_vcp
4
5   Implement the TMAP Call Terminal (CT) and Unicast Media Receiver (UMR) roles.
6
7Overview
8********
9
10Application demonstrating the TMAP peripheral functionality. Implements the CT and UMR 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_peripheral` in the Zephyr tree.
22
23See :zephyr:code-sample-category:`bluetooth` samples for details.
24