+ Collaboration diagram for Enumerations:

Enumerations

enum  hrs_sensor_loc_t {
  HRS_SENS_LOC_OTHER, HRS_SENS_LOC_CHEST, HRS_SENS_LOC_WRIST, HRS_SENS_LOC_FINGER,
  HRS_SENS_LOC_HAND, HRS_SENS_LOC_EARLOBE, HRS_SENS_LOC_FOOT
}
 Values for sensor location. More...
 
enum  hrs_evt_type_t { HRS_EVT_NOTIFICATION_ENABLED, HRS_EVT_NOTIFICATION_DISABLED, HRS_EVT_RESET_ENERGY_EXPENDED, HRS_EVT_READ_BODY_SEN_LOCATION }
 Heart Rate Service event types. More...
 

Detailed Description

Enumeration Type Documentation

◆ hrs_evt_type_t

Heart Rate Service event types.

Enumerator
HRS_EVT_NOTIFICATION_ENABLED 

Heart Rate value notification has been enabled.

HRS_EVT_NOTIFICATION_DISABLED 

Heart Rate value notification has been disabled.

HRS_EVT_RESET_ENERGY_EXPENDED 

The peer device requests to reset Energy Expended.

HRS_EVT_READ_BODY_SEN_LOCATION 

The peer device reads Body Sensor Location characteristic.

Definition at line 114 of file hrs.h.

◆ hrs_sensor_loc_t

Values for sensor location.

Enumerator
HRS_SENS_LOC_OTHER 

The sensor location is other.

HRS_SENS_LOC_CHEST 

The sensor location is the chest.

HRS_SENS_LOC_WRIST 

The sensor location is the wrist.

HRS_SENS_LOC_FINGER 

The sensor location is the finger.

HRS_SENS_LOC_HAND 

The sensor location is the hand.

HRS_SENS_LOC_EARLOBE 

The sensor location is the earlobe.

HRS_SENS_LOC_FOOT 

The sensor location is the foot.

Definition at line 102 of file hrs.h.