SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_lls.h File Reference

ble_lls.h File Reference

Go to the source code of this file.

Data Structures

struct  ble_lls_evt_t
 Link Loss Service event. More...
struct  ble_lls_init_t
 Link Loss Service init structure. More...
struct  ble_lls_s
 Link Loss Service structure. More...

Typedefs

typedef struct ble_lls_s ble_lls_t
 Link Loss Service structure.
typedef void(* ble_lls_evt_handler_t )(ble_lls_t *p_lls, ble_lls_evt_t *p_evt)
 Link Loss Service event handler type.

Enumerations

enum  ble_lls_evt_type_t { BLE_LLS_EVT_LINK_LOSS_ALERT }
 

Link Loss Service event type.

More...

Functions

uint32_t ble_lls_init (ble_lls_t *p_lls, const ble_lls_init_t *p_lls_init)
 Function for initializing the Link Loss Service.
void ble_lls_on_ble_evt (ble_lls_t *p_lls, ble_evt_t *p_ble_evt)
 Function for handling the Application's BLE Stack events.
uint32_t ble_lls_alert_level_get (ble_lls_t *p_lls, uint8_t *p_alert_level)
 Function for getting current value of the Alert Level characteristic.

Detailed Description

Definition in file ble_lls.h.