nRF51 SDK v10.0.0
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 |
Detailed Description
Heart Rate Event structure.
Field Documentation
| 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 .