zephyr/samples/bluetooth/central_ht
Yassine El Aissaoui bb770c5965 samples: tests: bluetooth: Add support for frdm_rw612
Adding bt_tester support.

Adding bt_tester app build
with Twister for frdm_rw612 board

Fix failing tests/samples due to unsufficent MPU ressources
by releasing unnecessary MPU regions.

Twister builds added on peripheral/central ht and
enabled Power manager on those examples to cover
the CI builds with PM enabled.

Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
2024-06-10 07:02:06 -07:00
..
boards samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
src Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
CMakeLists.txt samples and tests: Use non-environmental zephyr base variable 2023-03-03 10:49:10 +01:00
prj.conf Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
README.rst samples: Bluetooth: Added central health thermometer 2020-05-06 13:05:18 +03:00
sample.yaml samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00

.. _bluetooth_central_ht:

Bluetooth: Central / Health Thermometer sensor
##############################################

Overview
********

Similar to the :ref:`Central <bluetooth_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 BLE support

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

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

See :ref:`bluetooth samples section <bluetooth-samples>` for details.