Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
ble_hts_meas_s Struct Reference
[Health Thermometer Service]
Health Thermometer Service measurement structure. More...
#include <ble_hts.h>
Data Fields | |
bool | temp_in_fahr_units |
True if Temperature is in Fahrenheit units, Celcius otherwise. | |
bool | time_stamp_present |
True if Time Stamp is present. | |
bool | temp_type_present |
True if Temperature Type is present. | |
ieee_float32_t | temp_in_celcius |
Temperature Measurement Value (Celcius). | |
ieee_float32_t | temp_in_fahr |
Temperature Measurement Value (Fahrenheit). | |
ble_date_time_t | time_stamp |
Time Stamp. | |
uint8_t | temp_type |
Temperature Type. |
Detailed Description
Health Thermometer Service measurement structure.
This contains a Health Thermometer measurement.
Definition at line 105 of file ble_hts.h.
Field Documentation
bool temp_in_fahr_units |
bool temp_type_present |
bool time_stamp_present |
Generated on Tue Jul 12 2022 13:52:34 by
