SmartSnippets DA1459x SDK
lls.h
Go to the documentation of this file.
1 
43 #ifndef LLS_H_
44 #define LLS_H_
45 
46 #include <stdbool.h>
47 #include <stdint.h>
48 #include "ble_service.h"
49 #include "co_error.h"
50 
59 typedef void (* lls_alert_cb_t) (uint16_t conn_idx, const bd_address_t *address, uint8_t level);
60 
74 
75 #endif /* LLS_H_ */
76 
lls_init
ble_service_t * lls_init(lls_alert_cb_t alert_cb)
Create Link Loss Service instance.
lls_alert_cb_t
void(* lls_alert_cb_t)(uint16_t conn_idx, const bd_address_t *address, uint8_t level)
LLS alert callback.
Definition: lls.h:59
ble_service.h
Services handling routines API.
ble_service
Definition: ble_service.h:132
bd_address
Definition: ble_common.h:195