Heart Rate Service Client event. More...
#include <hrs_c.h>
Data Fields | |
| uint8_t | conn_idx |
| hrs_c_evt_type_t | evt_type |
| union { | |
| hrs_c_hr_meas_t hr_meas_buff | |
| hrs_c_sensor_loc_t sensor_loc | |
| } | value |
Heart Rate Service Client event.
| uint8_t hrs_c_evt_t::conn_idx |
The connection index.
| hrs_c_evt_type_t hrs_c_evt_t::evt_type |
HRS Client event type.
| hrs_c_hr_meas_t hrs_c_evt_t::hr_meas_buff |
Buffer of heart rate measurement value.
| hrs_c_sensor_loc_t hrs_c_evt_t::sensor_loc |
Sensor location.
| union { ... } hrs_c_evt_t::value |
Decoded result of value received.