nRF51 SDK v9.0.0
iOS notification attribute structure for incomming attributes. More...
#include <ble_ancs_c.h>
Data Fields |
|
| uint32_t | notif_uid |
| uint16_t | attr_len |
| ble_ancs_c_notif_attr_id_values_t | attr_id |
Detailed Description
iOS notification attribute structure for incomming attributes.
Field Documentation
| ble_ancs_c_notif_attr_id_values_t ble_ancs_c_evt_notif_attr_t::attr_id |
Classification of the attribute type, for example, title or date.
| uint16_t ble_ancs_c_evt_notif_attr_t::attr_len |
Length of the received attribute data.
| uint32_t ble_ancs_c_evt_notif_attr_t::notif_uid |
UID of the notification that the attribute belongs to.