README.rst
1.. _peripheral_hr:
2
3Bluetooth: Peripheral HR
4########################
5
6Overview
7********
8
9Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
10application specifically exposes the HR (Heart Rate) GATT Service. Once a device
11connects it will generate dummy heart-rate values.
12
13
14Requirements
15************
16
17* BlueZ running on the host, or
18* A board with BLE support
19
20Building and Running
21********************
22
23This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_hr` in the
24Zephyr tree.
25
26See :ref:`bluetooth samples section <bluetooth-samples>` for details.
27