zephyr/samples/bluetooth/peripheral_hr
Joakim Andersson c1a754f665 Bluetooth: Host: Print error codes in hex
Error codes are listed in header files and in the core spec as hex
values. Always print them in hex in debug for easier error code
checking.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2019-08-05 12:18:17 +02:00
..
src Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
CMakeLists.txt Bluetooth: services: Move Heart rate service 2019-07-11 13:21:14 +03:00
README.rst
prj.conf Bluetooth: services: Move Heart rate service 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.