nRF5 SDK v17.1.0
Data Fields
ble_ancs_c_attr_list_t Struct Reference

iOS notification attribute content requested by the application. More...

#include <nrf_ble_ancs_c.h>

Data Fields

bool get
 Boolean to determine whether this attribute will be requested from the Notification Provider.
 
uint32_t attr_id
 Attribute ID: AppIdentifier(0), Title(1), Subtitle(2), Message(3), MessageSize(4), Date(5), PositiveActionLabel(6), NegativeActionLabel(7).
 
uint16_t attr_len
 Length of the attribute. If more data is received from the Notification Provider, all the data beyond this length is discarded.
 
uint8_t * p_attr_data
 Pointer to where the memory is allocated for storing incoming attributes.
 

Detailed Description

iOS notification attribute content requested by the application.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated