Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
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.
Generated on Tue Jul 12 2022 13:52:31 by
