BLE FOTA APP
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.
Generated on Tue Jul 12 2022 21:01:01 by
1.7.2
Yihui Xiong