nRF51 SDK - S110 SoftDevice
|
iOS notification structure. More...
#include <ble_ancs_c.h>
Data Fields | |
ble_ancs_c_evt_id_values_t | evt_id |
ble_ancs_c_notif_flags_t | evt_flags |
ble_ancs_c_category_id_values_t | category_id |
uint8_t | category_count |
uint32_t | notif_uid |
iOS notification structure.
uint8_t ble_ancs_c_evt_notif_t::category_count |
Current number of active notifications for this category ID.
ble_ancs_c_category_id_values_t ble_ancs_c_evt_notif_t::category_id |
Classification of the notification type, for example, email or location.
ble_ancs_c_notif_flags_t ble_ancs_c_evt_notif_t::evt_flags |
Bitmask to signal if a special condition applies to the notification, for example, "Silent" or "Important".
ble_ancs_c_evt_id_values_t ble_ancs_c_evt_notif_t::evt_id |
Whether the notification was added, removed, or modified.
uint32_t ble_ancs_c_evt_notif_t::notif_uid |
Notification UID.