mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This implements the Database Hash characteristic which generates a hash with the contents of certain attributes. The generation of hash is usually offloaded to the systemwq using a delayed work so that when application register multiple services only one hash needs to be calculated. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>