From 6dc37d460f268eeb110c7e4959ee2f33f6a56800 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 19 Jan 2023 11:09:32 -0800 Subject: [PATCH] Adding Anti Spoofing Key Pair into Device in proto. PiperOrigin-RevId: 503214302 --- fastpair/proto/fastpair_rpcs.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastpair/proto/fastpair_rpcs.proto b/fastpair/proto/fastpair_rpcs.proto index 3becc4e8..87db3de2 100644 --- a/fastpair/proto/fastpair_rpcs.proto +++ b/fastpair/proto/fastpair_rpcs.proto @@ -112,6 +112,9 @@ message Device { // change this. float trigger_distance = 8; + // Output only. Fast Pair only - The anti-spoofing key pair for the device. + AntiSpoofingKeyPair anti_spoofing_key_pair = 9; + // Fast Pair only - The type of device being registered. DeviceType device_type = 13;