![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
iOS notification attribute content wanted by our application. More...
#include <nrf_ble_ancs_c.h>
Data Fields | |
| bool | get |
| Boolean to determine if 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 data beyond this length is discarded. | |
| uint8_t * | p_attr_data |
| Pointer to where the memory is allocated for storing incoming attributes. | |
iOS notification attribute content wanted by our application.