Another round of repeated words cleanup. This commit tries to keep the diff minimal and line wrapping was mostly left intact in the touched files, as having them consistent across the documentation is probably the topic of a future tree-wide cleanup (or not) Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
23 lines
820 B
ReStructuredText
23 lines
820 B
ReStructuredText
Bluetooth: Telephone and Media Audio Profile Shell
|
|
##################################################
|
|
|
|
This document describes how to run the Telephone and Media Audio Profile functionality.
|
|
Unlike most other low-layer profiles, TMAP is a profile that exists and has a service (TMAS) on all
|
|
devices. Thus both the initiator and acceptor (or central and peripheral) should do a discovery of
|
|
the remote device's TMAS to see what TMAP roles they support.
|
|
|
|
Using the TMAP Shell
|
|
********************
|
|
|
|
When the Bluetooth stack has been initialized (:code:`bt init`), the TMAS can be registered by
|
|
calling :code:`tmap init`.
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
tmap --help
|
|
tmap - Bluetooth TMAP shell commands
|
|
Subcommands:
|
|
init :Initialize and register the TMAS
|
|
discover :Discover TMAS on remote device
|