I'm developing the ancs client in a peripheral device. And when i use camera to scan a QR, it will popup a string "Open "xxxxx" in Safari".
This behavior will generate a notification from Notification Source Charateristic. However, the eventflags is 0x30 which the ANCS spec only defined the value from 0x1 to 0x10.
If I try to get the notification attributes with NotificationAttributeIDAppIdentifier, IOS seems in wrongly status and there is no response for get notification attributes.
But without NotificationAttributeIDAppIdentifier, the notification still works.
I'm wondering if the 0x20(1 << 5) is a new type not updated in the ANCS spec? And need speicial handle for this flags?
This behavior will generate a notification from Notification Source Charateristic. However, the eventflags is 0x30 which the ANCS spec only defined the value from 0x1 to 0x10.
If I try to get the notification attributes with NotificationAttributeIDAppIdentifier, IOS seems in wrongly status and there is no response for get notification attributes.
But without NotificationAttributeIDAppIdentifier, the notification still works.
I'm wondering if the 0x20(1 << 5) is a new type not updated in the ANCS spec? And need speicial handle for this flags?