1Bluetooth: Telephone and Media Audio Profile Shell 2################################################## 3 4This document describes how to run the Telephone and Media Audio Profile functionality. 5Unlike most other low-layer profiles, TMAP is a profile that exists and has a service (TMAS) on all 6devices. Thus both the initiator and acceptor (or central and peripheral) should do a discovery of 7the remote device's TMAS to see what TMAP roles they support. 8 9Using the TMAP Shell 10******************** 11 12When the Bluetooth stack has been initialized (:code:`bt init`), the TMAS can be registered by 13calling :code:`tmap init`. 14 15.. code-block:: console 16 17 18 tmap --help 19 tmap - Bluetooth TMAP shell commands 20 Subcommands: 21 init :Initialize and register the TMAS 22 discover :Discover TMAS on remote device 23