Enumerations

enum  bas_evt_type_t {
  BAS_EVT_INVALID,
  BAS_EVT_NOTIFICATION_ENABLED,
  BAS_EVT_NOTIFICATION_DISABLED
}
 Battery Service event types. More...
 

Detailed Description

Enumeration Type Documentation

◆ bas_evt_type_t

Battery Service event types.

Enumerator
BAS_EVT_INVALID 

Indicate that it's an invalid event.

BAS_EVT_NOTIFICATION_ENABLED 

Indicate that notification has been enabled.

BAS_EVT_NOTIFICATION_DISABLED 

Indicate that notification has been disabled.

Definition at line 101 of file bas.h.