SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_hrs_c_evt_t Struct Reference

ble_hrs_c_evt_t Struct Reference
[Structures]

Heart Rate Event structure. More...

#include <ble_hrs_c.h>

Data Fields

ble_hrs_c_evt_type_t evt_type
 Type of the event.
ble_hrm_t hrm
 Heart rate measurement received.

Detailed Description

Heart Rate Event structure.

Definition at line 66 of file ble_hrs_c.h.


Field Documentation

Type of the event.

Definition at line 68 of file ble_hrs_c.h.

Heart rate measurement received.

This will be filled if the evt_type is BLE_HRS_C_EVT_HRM_NOTIFICATION.

Definition at line 71 of file ble_hrs_c.h.