5096aa1c00
Add implementation of the Telephony and Media Audio Service, as well as two sample applications. tmap_central reflects a smartphone implementing the Unicast Media Sender and Call Gateway TMAP roles. tmap_peripheral reflects an earbud implementing the Unicast Media Receiver and Call Terminal TMAP roles. Upon connection, tmap_central starts an audio stream using CAP Initiator APIs. CCP, MCP and VCP are discovered and used to send example commands. Future improvements: 2-earbud support, add TMAP Broadcast roles, update with new CAP Acceptor/Commander APIs as they become available Signed-off-by: Silviu Petria <silviu.petria@nxp.com>
23 lines
500 B
ReStructuredText
23 lines
500 B
ReStructuredText
.. _bluetooth_tmap_peripheral:
|
|
|
|
Bluetooth: TMAP Peripheral
|
|
##########################
|
|
|
|
Overview
|
|
********
|
|
|
|
Application demonstrating the LE Audio TMAP peripheral functionality. Implements the CT and UMR roles.
|
|
|
|
|
|
Requirements
|
|
************
|
|
|
|
* A board with Bluetooth Low Energy 5.2 support
|
|
|
|
Building and Running
|
|
********************
|
|
This sample can be found under
|
|
:zephyr_file:`samples/bluetooth/tmap_peripheral` in the Zephyr tree.
|
|
|
|
See :ref:`bluetooth samples section <bluetooth-samples>` for details.
|