zephyr/samples/bluetooth/peripheral_hr
Emanuele Di Santo 30d65809fc Bluetooth: services: battery service enhancements
This commit moves the BLE GATT Battery service
from /samples/bluetooth/gatt to /subsys/bluetooth/services and
adds a Kconfig entry to enable and configure the service;
when enabled, it will register itself automatically.

Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2019-07-11 13:21:14 +03:00
..
src Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
CMakeLists.txt Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
README.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00
prj.conf Bluetooth: services: battery service enhancements 2019-07-11 13:21:14 +03:00
sample.yaml yaml: Remove redundant document separators 2019-06-19 10:40:10 +02:00

README.rst

.. _peripheral_hr:

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

Overview
********

Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
application specifically exposes the HR (Heart Rate) GATT Service. Once a device
connects it will generate dummy heart-rate values.


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

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

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

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

See :ref:`bluetooth samples section <bluetooth-samples>` for details.