nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_ancs_c_attr_list_t Struct Reference

iOS notification attribute content wanted by our application. More...

#include <ble_ancs_c.h>

Data Fields

bool get
 
ble_ancs_c_notif_attr_id_values_t attr_id
 
uint16_t attr_len
 
uint8_t * p_attr_data
 

Detailed Description

iOS notification attribute content wanted by our application.

Field Documentation

ble_ancs_c_notif_attr_id_values_t ble_ancs_c_attr_list_t::attr_id

Attribute ID: AppIdentifier(0), Title(1), Subtitle(2), Message(3), MessageSize(4), Date(5), PositiveActionLabel(6), NegativeActionLabel(7).

uint16_t ble_ancs_c_attr_list_t::attr_len

Length of the attribute. If more data is received from the Notification Provider, all data beyond this length is discarded.

bool ble_ancs_c_attr_list_t::get

Boolean to determine if this attribute will be requested from the Notification Provider.

uint8_t* ble_ancs_c_attr_list_t::p_attr_data

Pointer to where the memory is allocated for storing incoming attributes.