zephyr/samples/bluetooth/peripheral
Johan Hedberg b997a283f7 Bluetooth: Introduce skeleton for settings-based storage
Introduce a basic skeleton for peristent storage based on the settings
subsystem. Also enable support for this to the peripheral sample
application, so the new code gets exersized by CI. For now, the
implementation provides the same level support as the bt_storage API
ever did, i.e. for the identity address and the IRK.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-05-04 17:26:05 -04:00
..
src Bluetooth: Introduce skeleton for settings-based storage 2018-05-04 17:26:05 -04:00
CMakeLists.txt cmake: Use -serial bt-server when CONFIG_BT 2017-11-08 20:00:22 -05:00
prj.conf Bluetooth: Introduce skeleton for settings-based storage 2018-05-04 17:26:05 -04:00
README.rst doc: update bluetooth samples with pointers 2017-01-26 20:02:35 +00:00
sample.yaml samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05: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.