1.. zephyr:code-sample:: ble_peripheral_ht 2 :name: Health Thermometer (Peripheral) 3 :relevant-api: bt_bas bluetooth 4 5 Expose a Health Thermometer (HT) GATT Service generating dummy temperature values. 6 7Overview 8******** 9 10Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 11application specifically exposes the HT (Health Thermometer) GATT Service. 12 13On Nordic nRF devices, this sample uses the built-in TEMP peripheral to return 14die temperature values. On other boards, it will generate dummy temperature 15values. 16 17 18Requirements 19************ 20 21* BlueZ running on the host, or 22* A board with Bluetooth LE support 23 24Building and Running 25******************** 26 27This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_ht` in the 28Zephyr tree. 29 30See :zephyr:code-sample-category:`bluetooth` samples for details. 31