1.. zephyr:code-sample:: ble_central_ht 2 :name: Health Thermometer (Central) 3 :relevant-api: bluetooth 4 5 Connect to a Bluetooth LE health thermometer sensor and read temperature measurements. 6 7Overview 8******** 9 10Similar to the :zephyr:code-sample:`ble_central` sample, except that this 11application specifically looks for health thermometer sensor and reports the 12die temperature 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_ht` in the 24Zephyr tree. 25 26See :zephyr:code-sample-category:`bluetooth` samples for details. 27