zephyr/samples/bluetooth/peripheral
Johan Hedberg 9516d63836 Bluetooth: Remove support for NBLE
NBLE has been deprecated for a few releases now and can be removed.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-05-25 09:03:16 -07:00
..
src Bluetooth: samples: Fix passkey display 2017-05-05 11:25:57 +03:00
Makefile samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
prj.conf Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
README.rst doc: update bluetooth samples with pointers 2017-01-26 20:02:35 +00:00
testcase.ini Bluetooth: Remove support for NBLE 2017-05-25 09:03:16 -07:00

.. _ble_peripheral:

Bluetooth: Peripheral
#####################

Overview
********

Application demonstrating the BLE Peripheral role. It has several well-known and
vendor-specific GATT services that it exposes.


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

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

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

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

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