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.
| Enumerator | Description | 
|---|---|
| BLE_ANCS_CATEGORY_ID_OTHER | The iOS notification belongs to the "Other" category. | 
| BLE_ANCS_CATEGORY_ID_INCOMING_CALL | The iOS notification belongs to the "Incoming Call" category. | 
| BLE_ANCS_CATEGORY_ID_MISSED_CALL | The iOS notification belongs to the "Missed Call" category. | 
| BLE_ANCS_CATEGORY_ID_VOICE_MAIL | The iOS notification belongs to the "Voice Mail" category. | 
| BLE_ANCS_CATEGORY_ID_SOCIAL | The iOS notification belongs to the "Social" category. | 
| BLE_ANCS_CATEGORY_ID_SCHEDULE | The iOS notification belongs to the "Schedule" category. | 
| BLE_ANCS_CATEGORY_ID_EMAIL | The iOS notification belongs to the "Email" category. | 
| BLE_ANCS_CATEGORY_ID_NEWS | The iOS notification belongs to the "News" category. | 
| BLE_ANCS_CATEGORY_ID_HEALTH_AND_FITNESS | The iOS notification belongs to the "Health and Fitness" category. | 
| BLE_ANCS_CATEGORY_ID_BUSINESS_AND_FINANCE | The iOS notification belongs to the "Business and Finance" category. | 
| BLE_ANCS_CATEGORY_ID_LOCATION | The iOS notification belongs to the "Location" category. | 
| BLE_ANCS_CATEGORY_ID_ENTERTAINMENT | The iOS notification belongs to the "Entertainment" category. | 
| BLE_ANCS_CATEGORY_ID_MAX | Undefined category id. | 
