zephyr/samples/bluetooth/tmap_central
Emil Gydesen dc97bbd35f Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg
The QoS structure is not related to a codec, but rather a
stream, and should thus not use the "Codec" name.

The BAP and ASCS specs refer to the QoS as
"QoS configuration" several places, so it is an obvious
choice for a name.

Since the structure is defined and used by BAP, the prefix
was changed from bt_audio to bt_bap.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-10-04 16:34:22 +01:00
..
boards
src Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
CMakeLists.txt
README.rst samples: Bluetooth: Audio: Add/fix API includes and references 2024-09-24 09:21:40 -04:00
prj.conf
sample.yaml

README.rst

.. zephyr:code-sample:: ble_peripheral_tmap_central
   :name: Telephone and Media Audio Profile (TMAP) Central
   :relevant-api: bluetooth bt_audio bt_bap bt_cap  bt_conn bt_tbs bt_tmap bt_vcp

   Implement the TMAP Call Gateway (CG) and Unicast Media Sender (UMS) roles.

Overview
********

Application demonstrating the TMAP central functionality. Implements the CG and UMS 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_central` in the Zephyr tree.

See :zephyr:code-sample-category:`bluetooth` samples for details.