![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Health Thermometer Service measurement structure. This contains a Health Thermometer measurement. More...
#include <ble_hts.h>
Data Fields | |
| bool | temp_in_fahr_units |
| bool | time_stamp_present |
| bool | temp_type_present |
| ieee_float32_t | temp_in_celcius |
| ieee_float32_t | temp_in_fahr |
| ble_date_time_t | time_stamp |
| uint8_t | temp_type |
Health Thermometer Service measurement structure. This contains a Health Thermometer measurement.
| ieee_float32_t ble_hts_meas_s::temp_in_celcius |
Temperature Measurement Value (Celcius).
| ieee_float32_t ble_hts_meas_s::temp_in_fahr |
Temperature Measurement Value (Fahrenheit).
| bool ble_hts_meas_s::temp_in_fahr_units |
True if Temperature is in Fahrenheit units, Celcius otherwise.
| uint8_t ble_hts_meas_s::temp_type |
Temperature Type.
| bool ble_hts_meas_s::temp_type_present |
True if Temperature Type is present.
| ble_date_time_t ble_hts_meas_s::time_stamp |
Time Stamp.
| bool ble_hts_meas_s::time_stamp_present |
True if Time Stamp is present.