Adding Anti Spoofing Key Pair into Device in proto.

PiperOrigin-RevId: 503214302
This commit is contained in:
hai007
2023-01-19 11:12:17 -08:00
committed by Copybara-Service
parent 70412b8e3c
commit 6dc37d460f
+3
View File
@@ -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;