Enumerations

enum  lls_c_alert_level_t {
  LLS_C_ALERT_LEVEL_NO_ALERT,
  LLS_C_ALERT_LEVEL_MILD_ALERT,
  LLS_C_ALERT_LEVEL_HIGH_ALERT
}
 Link Loss Service Client alert levels. More...
 
enum  lls_c_evt_type_t {
  LLS_C_EVT_INVALID,
  LLS_C_EVT_DISCOVERY_COMPLETE,
  LLS_C_EVT_DISCOVERY_FAIL,
  LLS_C_EVT_ALERT_LEVEL_SET_SUCCESS,
  LLS_C_EVT_ALERT_LEVEL_SET_ERR,
  LLS_C_EVT_ALERT_LEVEL_RECEIVE
}
 Link Loss Service Client event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ lls_c_alert_level_t

Link Loss Service Client alert levels.

Enumerator
LLS_C_ALERT_LEVEL_NO_ALERT 

No alert.

LLS_C_ALERT_LEVEL_MILD_ALERT 

Mild alert.

LLS_C_ALERT_LEVEL_HIGH_ALERT 

High alert.

Definition at line 77 of file lls_c.h.

◆ lls_c_evt_type_t

Link Loss Service Client event type.

Enumerator
LLS_C_EVT_INVALID 

LLS Client invalid event.

LLS_C_EVT_DISCOVERY_COMPLETE 

LLS Client has found LLS service and its characteristics.

LLS_C_EVT_DISCOVERY_FAIL 

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

LLS_C_EVT_ALERT_LEVEL_SET_SUCCESS 

LLS Client has set Alert Level characteristics.

LLS_C_EVT_ALERT_LEVEL_SET_ERR 

Error occured when LLS Client set Alert Level characteristics.

LLS_C_EVT_ALERT_LEVEL_RECEIVE 

LLS Client has received Alert Level value.

Definition at line 85 of file lls_c.h.