Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lingao Meng 786b9a0ad4 Bluetooth: Host: Add const prefix for UUID 2 years ago
..
boards samples: bluetooth: central_hr: Move dts overlays under boards 5 years ago
src Bluetooth: Host: Add const prefix for UUID 2 years ago
CMakeLists.txt cmake: increase minimal required version to 3.20.0 4 years ago
README.rst
prj.conf Bluetooth: Samples: Remove usage of `BT_DEBUG_LOG` 2 years ago
sample.yaml sanitycheck: inclusive language 5 years ago

README.rst

.. _bluetooth_central_hr:

Bluetooth: Central / Heart-rate Monitor
#######################################

Overview
********

Similar to the :ref:`Central <bluetooth_central>` sample, except that this
application specifically looks for heart-rate monitors and reports the
heart-rate readings once connected.

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/central_hr` in the
Zephyr tree.

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