zephyr/samples/bluetooth/tmap_bms
Emil Gydesen 04e38ae176 samples: Bluetooth: Fix incorrect comments about adv sets
Several places we simply had
/* Create a non-connectable non-scannable advertising set */
regardless of the type of advertising it was.

Modified the comment to omit the scannable part
and corrected the connectable part.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-05-24 07:46:43 -04:00
..
boards
src samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

.. _bluetooth_tmap_bms:

Bluetooth: TMAP BMS
###################

Overview
********

Application demonstrating the LE Audio TMAP Broadcast Media Sender functionality.
Implements the BMS 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_bms` in the Zephyr tree.

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