nRF51 SDK - S110 SoftDevice
|
Heart Rate Event structure. More...
#include <ble_hrs_c.h>
Data Fields | |
ble_hrs_c_evt_type_t | evt_type |
union { | |
ble_hrm_t hrm | |
} | params |
Heart Rate Event structure.
ble_hrs_c_evt_type_t ble_hrs_c_evt_t::evt_type |
Type of the event.
ble_hrm_t ble_hrs_c_evt_t::hrm |
Heart rate measurement received. This will be filled if the evt_type is BLE_HRS_C_EVT_HRM_NOTIFICATION.