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 Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU 2024-05-10 15:02:10 +02:00
src samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
CMakeLists.txt
prj.conf Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. 2024-01-09 09:59:23 +01:00
README.rst
sample.yaml

.. _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.