Heart Rate Measurement characteristic value structure. More...
#include <hrs_c.h>
Data Fields | |
| bool | is_sensor_contact_detected |
| uint16_t | hr_value |
| uint8_t | rr_intervals_num |
| float | rr_intervals [HRS_C_RR_INTERVALS_NUM_MAX] |
| uint16_t | energy_expended |
Heart Rate Measurement characteristic value structure.
| uint16_t hrs_c_hr_meas_t::energy_expended |
The accumulated energy expended in kilo Joules since the last time it was reset.
| uint16_t hrs_c_hr_meas_t::hr_value |
Heart Rate Value.
| bool hrs_c_hr_meas_t::is_sensor_contact_detected |
True if sensor contact has been detected.
| float hrs_c_hr_meas_t::rr_intervals[HRS_C_RR_INTERVALS_NUM_MAX] |
RR intervals.
| uint8_t hrs_c_hr_meas_t::rr_intervals_num |
Number of RR intervals.