zephyr/samples/bluetooth/central_ht
Axel Le Bourhis b1ad7877f2 samples: bluetooth: enable PM standby on rd_rw612_bga and frdm_rw612
Enable the standby power state by default for the rd_rw612_bga and
frdm_rw612 boards in the peripheral_ht and central_ht Bluetooth samples.

Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
2025-06-10 13:36:56 +02:00
..
boards samples: bluetooth: enable PM standby on rd_rw612_bga and frdm_rw612 2025-06-10 13:36:56 +02:00
src
CMakeLists.txt
prj.conf
README.rst
sample.yaml

.. zephyr:code-sample:: ble_central_ht
   :name: Health Thermometer (Central)
   :relevant-api: bluetooth

   Connect to a Bluetooth LE health thermometer sensor and read temperature measurements.

Overview
********

Similar to the :zephyr:code-sample:`ble_central` sample, except that this
application specifically looks for health thermometer sensor and reports the
die temperature readings once connected.

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

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