zephyr/samples/bluetooth/central_hr
Vinayak Kariappa Chettimada 12dc399c4d tests: bsim: Bluetooth: central_hr peripheral_hr coverage
Add bsim test coverage for central_hr and peripheral_hr
samples.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-04-23 21:29:10 +00:00
..
boards samples: Bluetooth: Support sysbuild for central_hr and peripheral_hr 2024-04-23 21:29:10 +00:00
src tests: bsim: Bluetooth: central_hr peripheral_hr coverage 2024-04-23 21:29:10 +00:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
Kconfig.sysbuild samples: Bluetooth: Support sysbuild for central_hr and peripheral_hr 2024-04-23 21:29:10 +00:00
overlay-extended.conf samples: Bluetooth: central_hr extended advertising support 2024-04-23 21:29:10 +00:00
overlay-phy_coded.conf samples: Bluetooth: central_hr extended advertising support 2024-04-23 21:29:10 +00:00
prj.conf Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
README.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00
sample.yaml samples: Bluetooth: central_hr extended advertising support 2024-04-23 21:29:10 +00:00
sysbuild.cmake samples: Bluetooth: Support sysbuild for central_hr and peripheral_hr 2024-04-23 21:29:10 +00:00

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