SmartSnippets DA1459x SDK
sdk
interfaces
ble
services
include
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
73
ble_service_t
*
lls_init
(
lls_alert_cb_t
alert_cb);
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
Generated on Tue Oct 24 2023 10:38:23 for SmartSnippets DA1459x SDK by
1.8.16