Heart Rate Service Client event. More...

#include <hrs_c.h>

+ Collaboration diagram for hrs_c_evt_t:

Public Attributes

uint8_t conn_idx
 The connection index. More...
 
hrs_c_evt_type_t evt_type
 HRS Client event type. More...
 
union {
   hrs_c_hr_meas_t   hr_meas_buff
 Buffer of heart rate measurement value. More...
 
   hrs_c_sensor_loc_t   sensor_loc
 Sensor location. More...
 
value
 Decoded result of value received. More...
 

Detailed Description

Heart Rate Service Client event.

Definition at line 143 of file hrs_c.h.

Member Data Documentation

◆ conn_idx

uint8_t hrs_c_evt_t::conn_idx

The connection index.

Definition at line 145 of file hrs_c.h.

◆ evt_type

hrs_c_evt_type_t hrs_c_evt_t::evt_type

HRS Client event type.

Definition at line 146 of file hrs_c.h.

◆ hr_meas_buff

hrs_c_hr_meas_t hrs_c_evt_t::hr_meas_buff

Buffer of heart rate measurement value.

Definition at line 149 of file hrs_c.h.

◆ sensor_loc

hrs_c_sensor_loc_t hrs_c_evt_t::sensor_loc

Sensor location.

Definition at line 150 of file hrs_c.h.

◆ value

union { ... } hrs_c_evt_t::value

Decoded result of value received.


The documentation for this struct was generated from the following file: