zephyr/samples/bluetooth/tmap_bmr
Vinayak Kariappa Chettimada 2c6306d099 Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU
Derive BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU to have
optimal Controller memory allocations.
BT_CTLR_ISO_TX_BUFFER_SIZE can be set lower than
BT_ISO_TX_MTU in which case upper layer can send fragmented
SDU to the Controller.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-05-10 15:02:10 +02:00
..
boards Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU 2024-05-10 15:02:10 +02:00
src Bluetooth: Audio: Increase PA sync timeouts 2024-03-21 15:24:14 +01:00
CMakeLists.txt Bluetooth: Audio: Add TMAP broadcast samples 2023-07-18 11:09:31 +00:00
Kconfig Bluetooth: Audio: Add TMAP broadcast samples 2023-07-18 11:09:31 +00:00
prj.conf Bluetooth: ATT: Internalize ATT PDU TX pool 2023-12-15 17:14:56 +02:00
README.rst Bluetooth: Audio: Add TMAP broadcast samples 2023-07-18 11:09:31 +00:00
sample.yaml samples/bluetooth/tmap*: Enable in native_sim 2023-11-14 09:52:34 +02:00

.. _bluetooth_tmap_bmr:

Bluetooth: TMAP BMR
###################

Overview
********

Application demonstrating the LE Audio TMAP Broadcast Media Receiver functionality.
Implements the BMR role.

Requirements
************

* A board with Bluetooth Low Energy 5.2 support

Building and Running
********************
This sample can be found under :zephyr_file:`samples/bluetooth/tmap_bmr` in the Zephyr tree.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.