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_ans_alert_settings_t Struct Reference
[Alert Notification Service Client]
Alert Notification Setting structure containing the supported alerts in the service. More...
#include <ble_ans_c.h>
Data Fields | |
uint8_t | ans_simple_alert_support: 1 |
Support for General text alert or non-text alert. | |
uint8_t | ans_email_support: 1 |
Support for Alert when email messages arrives. | |
uint8_t | ans_news_support: 1 |
Support for News feeds such as RSS, Atom. | |
uint8_t | ans_notification_call_support: 1 |
Support for Incoming call. | |
uint8_t | ans_missed_call_support: 1 |
Support for Missed call. | |
uint8_t | ans_sms_mms_support: 1 |
Support for SMS/MMS message arrives. | |
uint8_t | ans_voice_mail_support: 1 |
Support for Voice mail. | |
uint8_t | ans_schedule_support: 1 |
Support for Alert occurred on calendar, planner. | |
uint8_t | ans_high_prioritized_alert_support: 1 |
Support for Alert that should be handled as high priority. | |
uint8_t | ans_instant_message_support: 1 |
Support for Alert for incoming instant messages. | |
uint8_t | reserved: 6 |
Reserved for future use. |
Detailed Description
Alert Notification Setting structure containing the supported alerts in the service.
The structure contains bit fields describing which alerts that are supported: 0 = Unsupported 1 = Supported
Definition at line 103 of file ble_ans_c.h.
Field Documentation
uint8_t ans_email_support |
Support for Alert when email messages arrives.
Definition at line 106 of file ble_ans_c.h.
Support for Alert that should be handled as high priority.
Definition at line 113 of file ble_ans_c.h.
uint8_t ans_instant_message_support |
Support for Alert for incoming instant messages.
Definition at line 114 of file ble_ans_c.h.
uint8_t ans_missed_call_support |
Support for Missed call.
Definition at line 109 of file ble_ans_c.h.
uint8_t ans_news_support |
Support for News feeds such as RSS, Atom.
Definition at line 107 of file ble_ans_c.h.
uint8_t ans_notification_call_support |
Support for Incoming call.
Definition at line 108 of file ble_ans_c.h.
uint8_t ans_schedule_support |
Support for Alert occurred on calendar, planner.
Definition at line 112 of file ble_ans_c.h.
uint8_t ans_simple_alert_support |
Support for General text alert or non-text alert.
Definition at line 105 of file ble_ans_c.h.
uint8_t ans_sms_mms_support |
Support for SMS/MMS message arrives.
Definition at line 110 of file ble_ans_c.h.
uint8_t ans_voice_mail_support |
Support for Voice mail.
Definition at line 111 of file ble_ans_c.h.
uint8_t reserved |
Reserved for future use.
Definition at line 115 of file ble_ans_c.h.
Generated on Tue Jul 12 2022 13:52:33 by
