mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user