zephyr/samples/bluetooth/tmap_bmr
Emil Gydesen 0dcf3c197e Bluetooth: Audio: Increase PA sync timeouts
Increase the timeouts to be 60 instead of 6.
The reason for this is that some controllers (like the Zephyr
controller) will reserve some of these to ensure stability,
and in fact with skip = 5 and retry = 6, it would still
send the PA reports at every interval.

To accomodate a higher timeout value, the functions used to
convert PA intervals to PA timeouts have been updated.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-03-21 15:24:14 +01:00
..
boards samples/bluetooth/tmap*: Enable in native_sim 2023-11-14 09:52:34 +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.