![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Link Loss Service init structure. This contains all options and data needed for initialization of the service. More...
#include <ble_lls.h>
Data Fields | |
ble_lls_evt_handler_t | evt_handler |
ble_srv_error_handler_t | error_handler |
uint8_t | initial_alert_level |
security_req_t | alert_level_rd_sec |
security_req_t | alert_level_wr_sec |
Link Loss Service init structure. This contains all options and data needed for initialization of the service.
security_req_t ble_lls_init_t::alert_level_rd_sec |
Security requirement for reading Alert Level characteristic.
security_req_t ble_lls_init_t::alert_level_wr_sec |
Security requirement for writing Alert Level characteristic.
ble_srv_error_handler_t ble_lls_init_t::error_handler |
Function to be called in case of an error.
ble_lls_evt_handler_t ble_lls_init_t::evt_handler |
Event handler to be called for handling events in the Link Loss Service.
uint8_t ble_lls_init_t::initial_alert_level |
Initial value of the Alert Level characteristic.