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_c_s Struct Reference
[Immediate Alert Service Client]
IAS Client structure. More...
#include <ble_ias_c.h>
Data Fields | |
ble_ias_c_evt_handler_t | evt_handler |
Event handler to be called for handling events in the Immediate Alert Service client. | |
ble_srv_error_handler_t | error_handler |
Function to be called in case of an error. | |
uint16_t | alert_level_handle |
Handle of Alert Level characteristic at peer (as provided by the BLE stack). | |
uint16_t | conn_handle |
Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection). |
Detailed Description
IAS Client structure.
This contains various status information for the client.
Definition at line 60 of file ble_ias_c.h.
Field Documentation
Event handler to be called for handling events in the Immediate Alert Service client.
Definition at line 62 of file ble_ias_c.h.
Generated on Tue Jul 12 2022 13:52:34 by
