This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ANCS event & request problem

Hi

I set the attribute request when receive a notify

    case BLE_ANCS_C_EVT_NOTIF:
        m_notification_latest = p_evt->notif;
        notif_print(&m_notification_latest);
        ble_ancs_c_request_attrs(&m_notification_latest);
        break;
    case BLE_ANCS_C_EVT_NOTIF_ATTRIBUTE:
        notif_attr_print(&p_evt->attr, p_evt->ancs_attr_list);
        break;

when app receive event, ancs notify sent event:add & event:remove same time. no attribute data been print. image description

why notify has been removed before I read this notification on iOS? and why attribute request doesn't print?

Parents Reply Children
No Data
Related