Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_lls_evt_t Struct Reference

ble_lls_evt_t Struct Reference
[Link Loss Service]

Link Loss Service event. More...

#include <ble_lls.h>

Data Fields

ble_lls_evt_type_t evt_type
 Type of event.
uint8_t alert_level
 New Alert Level value.

Detailed Description

Link Loss Service event.

Definition at line 53 of file ble_lls.h.


Field Documentation

uint8_t alert_level

New Alert Level value.

Definition at line 58 of file ble_lls.h.

Type of event.

Definition at line 55 of file ble_lls.h.