lls_evt_type_t
Link Loss Service event type.
Link Loss Service init stucture.
@ LLS_ALERT_LEVEL_MILD_ALERT
Mild alert.
lls_alert_levels_t
Link Loss Service alert levels.
lls_evt_type_t evt_type
Type of event.
@ LLS_ALERT_LEVEL_HIGH_ALERT
High alert.
sdk_err_t lls_service_init(lls_init_t *p_lls_init)
Initialize a Link Loss Service instance and add in ATT DB.
@ LLS_ALERT_LEVEL_NO_ALERT
No alert.
lls_alert_levels_t initial_alert_level
Initial value of the alert level.
sdk_err_t lls_alert_level_get(uint8_t *p_alert_level)
Get current value of alert level characteristic.
void(* lls_evt_handler_t)(lls_evt_t *p_evt)
Link Loss Service event handler type.
uint16_t sdk_err_t
SDK API result type.
@ LLS_EVT_LINK_LOSS_ALERT
Link loss alert event.
@ LLS_EVT_INVALID
Invalid LLS event.
lls_evt_handler_t evt_handler
Link Loss Service event handler.
lls_alert_levels_t alert_level
Alert level.