BLE_ANCS_NtfyAttrId_T

C

typedef enum BLE_ANCS_NtfyAttrId_T
{
    BLE_ANCS_NTFY_ATTR_ID_APP_IDENTIFIER = 0x00U,
    BLE_ANCS_NTFY_ATTR_ID_TITLE,
    BLE_ANCS_NTFY_ATTR_ID_SUBTITLE,
    BLE_ANCS_NTFY_ATTR_ID_MESSAGE,
    BLE_ANCS_NTFY_ATTR_ID_MESSAGE_SIZE,
    BLE_ANCS_NTFY_ATTR_ID_DATE,
    BLE_ANCS_NTFY_ATTR_ID_POSITIVE_ACTION_LABEL,
    BLE_ANCS_NTFY_ATTR_ID_NEGATIVE_ACTION_LABEL,
    BLE_ANCS_NTFY_ATTR_ID_MAX
} BLE_ANCS_NtfyAttrId_T;

Description

Identifiers for attributes of iOS notifications.

EnumeratorDescription
BLE_ANCS_NTFY_ATTR_ID_APP_IDENTIFIERAttribute identifier for the notification's App Identifier.
BLE_ANCS_NTFY_ATTR_ID_TITLEAttribute identifier for the notification's Title.
BLE_ANCS_NTFY_ATTR_ID_SUBTITLEAttribute identifier for the notification's Subtitle.
BLE_ANCS_NTFY_ATTR_ID_MESSAGEAttribute identifier for the notification's Message.
BLE_ANCS_NTFY_ATTR_ID_MESSAGE_SIZEAttribute identifier for the notification's Message Size.
BLE_ANCS_NTFY_ATTR_ID_DATEAttribute identifier for the notification's Date.
BLE_ANCS_NTFY_ATTR_ID_POSITIVE_ACTION_LABELAttribute identifier for the notification's Positive Action.
BLE_ANCS_NTFY_ATTR_ID_NEGATIVE_ACTION_LABELAttribute identifier for the notification's Negative Action.
BLE_ANCS_NTFY_ATTR_ID_MAXMaximum value for attribute identifiers.