ble_ancs_c_notif_flags_t

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Flags for iOS notifications. More...

#include <ble_ancs_c.h>

Data Fields

uint8_t silent : 1
uint8_t important : 1
uint8_t pre_existing : 1
uint8_t positive_action : 1
uint8_t negative_action : 1

Detailed Description

Flags for iOS notifications.

Field Documentation

uint8_t ble_ancs_c_notif_flags_t::important

If this flag is set, the notification has a high priority.

uint8_t ble_ancs_c_notif_flags_t::negative_action

If this flag is set, the notification has a negative action that can be taken.

uint8_t ble_ancs_c_notif_flags_t::positive_action

If this flag is set, the notification has a positive action that can be taken.

uint8_t ble_ancs_c_notif_flags_t::pre_existing

If this flag is set, the notification is pre-existing.

uint8_t ble_ancs_c_notif_flags_t::silent

If this flag is set, the notification has a low priority.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .