Commit Graph
3 Commits
Author SHA1 Message Date
Vincent HuangandBenjamin Berg 314cfba9bb examples: Add example for deleting prints
When deleting prints, the API user should also delete the print from the
storage (for devices that support on-device storage). Add an example to
show how to do this.
2019-06-12 17:48:39 +02:00
Vincent HuangandBenjamin Berg 95337c71cd lib: Add API to query support for device internal storage
This is useful as these devices may require extra work by API users,
such as also deleting prints from the device when deleting them from
the local storage.
2019-06-12 17:48:39 +02:00
Vincent HuangandBenjamin Berg ef3519854d lib: Add API to delete prints stored on sensors
Some new fingerprint devices store the information required for matching
on the sensor itself, without ever disclosing this data to the host. In
this case we need to delete prints not only from local storage but also
from the device storage.

This commits adds the internal and external API required to do so.
2019-06-12 17:48:39 +02:00