1.. _bluetooth-scan-adv-sample:
2
3Bluetooth: Scan & Advertise
4###########################
5
6Overview
7********
8
9A simple application demonstrating combined BLE Broadcaster & Observer
10role functionality. The application will periodically send out
11advertising packets with a manufacturer data element. The content of the
12data is a single byte indicating how many advertising packets the device
13has received (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/scan_adv` in the
25Zephyr tree.
26
27See :ref:`bluetooth samples section <bluetooth-samples>` for details.
28