zephyr/samples/bluetooth/peripheral_hr
Nick Ward 537f3332f0 samples: bluetooth: peripheral_hr: Fix advertising UUID16 service list
CTS UUID was used instead of DIS UUID

Signed-off-by: Nick Ward <nix.ward@gmail.com>
2019-12-18 21:46:51 +01:00
..
src samples: bluetooth: peripheral_hr: Fix advertising UUID16 service list 2019-12-18 21:46:51 +01:00
CMakeLists.txt Bluetooth: services: Move Heart rate service 2019-07-11 13:21:14 +03:00
prj.conf Bluetooth: services: Move Heart rate service 2019-07-11 13:21:14 +03:00
README.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00
rv32m1_vega_ri5cy.overlay samples: bluetooth: add overlays for RV32M1 SoC for BLW SW LL 2019-11-08 15:38:57 +01:00
sample.yaml samples: bluetooth: peripheral_hr: add VEGABoard sanity testing 2019-11-08 15:38:57 +01:00

.. _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.