Add analytics log for GATT database hash

Add new field in ProviderInfo message and write the data from provider GATT database characteristic

PiperOrigin-RevId: 615247090
This commit is contained in:
hai007
2024-03-12 19:00:36 -07:00
committed by Copybara-Service
parent d72f71f103
commit 8a73a44146
@@ -107,6 +107,8 @@ message FastPairLog {
message ProviderInfo {
// The number of account keys stored in the provider.
optional int32 number_account_keys_on_provider = 1;
// The GATT database hash in the provider.
optional string database_hash = 2;
}
message FootprintsInfo {