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_ias.h File Reference
Go to the source code of this file.
Data Structures | |
struct | ble_ias_evt_t |
Immediate Alert Service event. More... | |
struct | ble_ias_init_t |
Immediate Alert Service init structure. More... | |
struct | ble_ias_s |
Immediate Alert Service structure. More... | |
Typedefs | |
typedef struct ble_ias_s | ble_ias_t |
Immediate Alert Service structure. | |
typedef void(* | ble_ias_evt_handler_t )(ble_ias_t *p_ias, ble_ias_evt_t *p_evt) |
Immediate Alert Service event handler type. | |
Enumerations | |
enum | ble_ias_evt_type_t { BLE_IAS_EVT_ALERT_LEVEL_UPDATED } |
Immediate Alert Service event type. More... | |
Functions | |
uint32_t | ble_ias_init (ble_ias_t *p_ias, const ble_ias_init_t *p_ias_init) |
Function for initializing the Immediate Alert Service. | |
void | ble_ias_on_ble_evt (ble_ias_t *p_ias, ble_evt_t *p_ble_evt) |
Function for handling the Application's BLE Stack events. | |
uint32_t | ble_ias_alert_level_get (ble_ias_t *p_ias, uint8_t *p_alert_level) |
Function for getting current value of the Alert Level characteristic. |
Detailed Description
Definition in file ble_ias.h.
Generated on Tue Jul 12 2022 13:52:31 by
