1.2.2.3.1.1.2.2 BLE_ANCS_CategoryId_T

C

typedef enum BLE_ANCS_CategoryId_T
{
    BLE_ANCS_CATEGORY_ID_OTHER,
    BLE_ANCS_CATEGORY_ID_INCOMING_CALL,
    BLE_ANCS_CATEGORY_ID_MISSED_CALL,
    BLE_ANCS_CATEGORY_ID_VOICE_MAIL,
    BLE_ANCS_CATEGORY_ID_SOCIAL,
    BLE_ANCS_CATEGORY_ID_SCHEDULE,
    BLE_ANCS_CATEGORY_ID_EMAIL,
    BLE_ANCS_CATEGORY_ID_NEWS,
    BLE_ANCS_CATEGORY_ID_HEALTH_AND_FITNESS,
    BLE_ANCS_CATEGORY_ID_BUSINESS_AND_FINANCE,
    BLE_ANCS_CATEGORY_ID_LOCATION,
    BLE_ANCS_CATEGORY_ID_ENTERTAINMENT,
    BLE_ANCS_CATEGORY_ID_MAX
} BLE_ANCS_CategoryId_T;

Description

A numerical value providing a category in which the iOS notification can be classified.

EnumeratorDescription
BLE_ANCS_CATEGORY_ID_OTHERThe iOS notification belongs to the "Other" category.
BLE_ANCS_CATEGORY_ID_INCOMING_CALLThe iOS notification belongs to the "Incoming Call" category.
BLE_ANCS_CATEGORY_ID_MISSED_CALLThe iOS notification belongs to the "Missed Call" category.
BLE_ANCS_CATEGORY_ID_VOICE_MAILThe iOS notification belongs to the "Voice Mail" category.
BLE_ANCS_CATEGORY_ID_SOCIALThe iOS notification belongs to the "Social" category.
BLE_ANCS_CATEGORY_ID_SCHEDULEThe iOS notification belongs to the "Schedule" category.
BLE_ANCS_CATEGORY_ID_EMAILThe iOS notification belongs to the "Email" category.
BLE_ANCS_CATEGORY_ID_NEWSThe iOS notification belongs to the "News" category.
BLE_ANCS_CATEGORY_ID_HEALTH_AND_FITNESSThe iOS notification belongs to the "Health and Fitness" category.
BLE_ANCS_CATEGORY_ID_BUSINESS_AND_FINANCEThe iOS notification belongs to the "Business and Finance" category.
BLE_ANCS_CATEGORY_ID_LOCATIONThe iOS notification belongs to the "Location" category.
BLE_ANCS_CATEGORY_ID_ENTERTAINMENTThe iOS notification belongs to the "Entertainment" category.
BLE_ANCS_CATEGORY_ID_MAXUndefined category id.