zephyr/samples/bluetooth/scan_adv
Johan Hedberg 9cf9a2f1f2 Bluetooth: samples: Add combined observer & broadcaster app
Add a sample application demonstrating doing continuous scanning and
sending out advertising packets periodically.

Change-Id: I0ce88afd73bed4928ba65472051c0f83ff27a632
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-03-07 12:21:29 +01:00
..
src Bluetooth: samples: Add combined observer & broadcaster app 2017-03-07 12:21:29 +01:00
Makefile Bluetooth: samples: Add combined observer & broadcaster app 2017-03-07 12:21:29 +01:00
prj.conf Bluetooth: samples: Add combined observer & broadcaster app 2017-03-07 12:21:29 +01:00
README.rst Bluetooth: samples: Add combined observer & broadcaster app 2017-03-07 12:21:29 +01:00
testcase.ini Bluetooth: samples: Add combined observer & broadcaster app 2017-03-07 12:21:29 +01:00

Bluetooth: Scan & Advertise
###########################

Overview
********

A simple application demonstrating combined BLE Broadcaster & Observer
role functionality. The application will periodically send out
advertising packets with a manufacturer data element. The content of the
data is a single byte indicating how many advertising packets the device
has received (the number will roll back to 0 after 255).

Requirements
************

* BlueZ running on the host, or
* A board with BLE support

Building and Running
********************

This sample can be found under :file:`samples/bluetooth/scan_adv` in the
Zephyr tree.

See :ref:`bluetooth setup section <bluetooth_setup>` for details.