0dcf3c197e
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> |
||
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _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.