Enumerations

enum  ias_c_alert_level_t {
  IAS_C_ALERT_NONE,
  IAS_C_ALERT_MILD,
  IAS_C_ALERT_HIGH
}
 Immediate Alert Service Alert levels. More...
 
enum  ias_c_evt_type_t {
  IAS_C_EVT_INVALID,
  IAS_C_EVT_DISCOVERY_COMPLETE,
  IAS_C_EVT_DISCOVERY_FAIL,
  IAS_C_EVT_ALERT_LEVEL_SET_SUCCESS,
  IAS_C_EVT_ALERT_LEVEL_SET_ERR
}
 Immediate Alert Service Client event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ ias_c_alert_level_t

Immediate Alert Service Alert levels.

Enumerator
IAS_C_ALERT_NONE 

No alert.

IAS_C_ALERT_MILD 

Mild alert.

IAS_C_ALERT_HIGH 

High alert.

Definition at line 77 of file ias_c.h.

◆ ias_c_evt_type_t

Immediate Alert Service Client event type.

Enumerator
IAS_C_EVT_INVALID 

IAS Client invalid event.

IAS_C_EVT_DISCOVERY_COMPLETE 

IAS Client has found BAS service and its characteristics.

IAS_C_EVT_DISCOVERY_FAIL 

IAS Client found BAS service failed because of invalid operation or no found at the peer.

IAS_C_EVT_ALERT_LEVEL_SET_SUCCESS 

IAS Client has set Alert Level characteristic.

IAS_C_EVT_ALERT_LEVEL_SET_ERR 

Error occured when IAS Client set Alert Level characteristic.

Definition at line 85 of file ias_c.h.