zephyr/samples/bluetooth/central_hr
Luiz Augusto von Dentz 5c464b1bcc Bluetooth: central_hr: Fix assigning temporary UUID to discovery
bt_gatt_discover_params parameter shall remain valid as long as the
procedure is in place.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2018-02-13 16:24:04 +02:00
..
src Bluetooth: central_hr: Fix assigning temporary UUID to discovery 2018-02-13 16:24:04 +02:00
CMakeLists.txt cmake: Use -serial bt-server when CONFIG_BT 2017-11-08 20:00:22 -05:00
README.rst
prj.conf Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
sample.yaml samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00

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

See :ref:`bluetooth setup section <bluetooth_setup>` for details.