Hi all, I have some question with ble_ancs_c sample code.
SoftDevice: nRF51822 S110 V8.0.0
SDK: nRF51_SDK_9.0.0_2e23562
I add ble_ancs_c_request_attrs function in on_ancs_c_evt evt_handler's BLE_ANCS_C_EVT_DISCOVER_COMPLETE and BLE_ANCS_C_EVT_NOTIF case in order to retrieve all notification' attributes.
When new notification appears, I can retrieve its attributes(App Identifier, Title, Subtitle, Message, Message Size, Date, Positive Action Label, Negative Action Label).
After BT connection with iOS, I receive all the old notification's BLE_ANCS_C_EVT_NOTIF event, but only retrieve one old notification's attributes.
Q1. How to retrieve all the old notification's attributes?
If I make notification read in iOS device, I can retrieve the removed notification, but can not retrieve it's notification's attributes. I want to distinguish between different "Social" notification (ex: LINE, Facebook...etc) which I have read in iOS device.
Q2. How to retrieve the removed notification's attributes?
When new notification appears, I can retrieve its all attributes. But if there comes too many new notification in short time, it can not retrieve all the new notification attributes.
Q3. How to make sure retrieve all the new notification's attributes in short time?
Thanks!