zephyr/samples/bluetooth/peripheral_hr
Johan Hedberg c85cc47b5b Bluetooth: samples: Fix off-by-one bug in atomic API usage
The code was accessing bits 1 and 2 (but not 0), effectively needing three
bits, but still requesting only 2 when calling ATOMIC_DEFINE().

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
2025-07-04 13:05:22 -05:00
..
boards tests/samples: remove ENTROPY_GENERATOR from BT related tests/samples 2024-12-19 17:53:37 +01:00
src Bluetooth: samples: Fix off-by-one bug in atomic API usage 2025-07-04 13:05:22 -05:00
CMakeLists.txt
Kconfig.sysbuild
overlay-bt_ll_sw_split.conf Samples: Bluetooth: HR: Remove use of ISO config for IPC 2025-06-11 10:19:05 -07:00
overlay-extended.conf
overlay-phy_coded.conf
prj_minimal.conf Bluetooth: samples: Fix minimal configuration stack sizes 2025-05-08 14:01:00 +02:00
prj.conf
README.rst
sample.yaml Samples: Bluetooth: HR: Remove use of ISO config for IPC 2025-06-11 10:19:05 -07:00
sysbuild.cmake Samples: Bluetooth: HR: Remove use of ISO config for IPC 2025-06-11 10:19:05 -07:00

.. zephyr:code-sample:: ble_peripheral_hr
   :name: Heart-rate Monitor (Peripheral)
   :relevant-api: bt_hrs bt_bas bluetooth

   Expose a Heart Rate (HR) GATT Service generating dummy heart-rate values.

Overview
********

Similar to the :zephyr:code-sample:`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 Bluetooth LE support

Building and Running
********************

This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_hr` in the
Zephyr tree.

See :zephyr:code-sample-category:`bluetooth` samples for details.