1.. zephyr:code-sample:: ble_central_hr 2 :name: Heart-rate Monitor (Central) 3 :relevant-api: bluetooth 4 5 Connect to a Bluetooth LE heart-rate monitor and read heart-rate measurements. 6 7Overview 8******** 9 10Similar to the :zephyr:code-sample:`ble_central` sample, except that this 11application specifically looks for heart-rate monitors and reports the 12heart-rate readings once connected. 13 14Requirements 15************ 16 17* BlueZ running on the host, or 18* A board with Bluetooth LE support 19 20Building and Running 21******************** 22 23This sample can be found under :zephyr_file:`samples/bluetooth/central_hr` in the 24Zephyr tree. 25 26See :zephyr:code-sample-category:`bluetooth` samples for details. 27