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 nRF51822 by
ble_ans_c_evt_t Struct Reference
[Alert Notification Service Client]
Alert Notification Event structure. More...
#include <ble_ans_c.h>
Data Fields | |
ble_ans_c_evt_type_t | evt_type |
Type of event. | |
ble_uuid_t | uuid |
UUID of the event in case of an alert or notification. | |
ble_ans_alert_settings_t | settings |
Setting returned from server on read request. | |
ble_ans_alert_notification_t | alert |
Alert Notification data sent by the server. | |
uint32_t | error_code |
Additional status/error code if the event was caused by a stack error or gatt status, e.g. |
Detailed Description
Alert Notification Event structure.
The structure contains the event that should be handled, as well as additional information.
Definition at line 133 of file ble_ans_c.h.
Field Documentation
Alert Notification data sent by the server.
Definition at line 140 of file ble_ans_c.h.
uint32_t error_code |
Additional status/error code if the event was caused by a stack error or gatt status, e.g.
during service discovery.
Definition at line 141 of file ble_ans_c.h.
Type of event.
Definition at line 135 of file ble_ans_c.h.
Setting returned from server on read request.
Definition at line 139 of file ble_ans_c.h.
UUID of the event in case of an alert or notification.
Definition at line 136 of file ble_ans_c.h.
Generated on Tue Jul 12 2022 18:47:35 by
