README.rst
1.. _bluetooth-broadcaster-sample:
2
3Bluetooth: Broadcaster
4###########################
5
6Overview
7********
8
9A simple application demonstrating Bluetooth Low Energy Broadcaster role functionality.
10The application will periodically send out advertising packets with
11a manufacturer data element. The content of the data is a single byte
12indicating how many advertising packets the device has sent
13(the number will roll back to 0 after 255).
14
15Requirements
16************
17
18* BlueZ running on the host, or
19* A board with BLE support
20
21Building and Running
22********************
23
24This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the
25Zephyr tree.
26
27See :ref:`bluetooth samples section <bluetooth-samples>` for details.
28