Definitions and prototypes for the LLS interface. More...
Modules | |
Enumerations | |
Structures | |
Typedefs | |
Functions | |
Definitions and prototypes for the LLS interface.
The Link Loss Service uses the Alert Level characteristic to cause an alert in the device when the link is lost.
The application must provide an event handler to set lls_init_t::evt_handler. After lls_init_t variable is initialized, the application must call lls_service_init() to add Alert Level Characteristic to the BLE Stack database, the service will notify the application with the event handler when the link has been lost, and which Alert Level has been set.
This module also provides lls_alert_level_get() function to the application to poll the current value of Alert Level characteristic.