57 HRS_SENSOR_LOC_OTHER = 0,
58 HRS_SENSOR_LOC_CHEST = 1,
59 HRS_SENSOR_LOC_WRIST = 2,
60 HRS_SENSOR_LOC_FINGER = 3,
61 HRS_SENSOR_LOC_HAND = 4,
62 HRS_SENSOR_LOC_EAR_LOBE = 5,
63 HRS_SENSOR_LOC_FOOT = 6,
66 typedef void (* hrs_ee_reset_cb_t) (uint16_t conn_idx);
68 typedef void (* hrs_notification_changed_cb_t) (uint16_t conn_idx,
bool enabled);
75 hrs_ee_reset_cb_t ee_reset;
78 hrs_notification_changed_cb_t notif_changed;