From 083d692205f2d87e16bac95a465f1d8857d583ed Mon Sep 17 00:00:00 2001 From: hai007 Date: Sun, 14 Nov 2021 01:39:09 -0800 Subject: [PATCH] Update connections_log.proto PiperOrigin-RevId: 409772395 --- proto/analytics/connections_log.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/analytics/connections_log.proto b/proto/analytics/connections_log.proto index 800aa3d0..368612be 100644 --- a/proto/analytics/connections_log.proto +++ b/proto/analytics/connections_log.proto @@ -375,6 +375,9 @@ message ConnectionsLog { // The frequency of the connected WiFi AP. optional int32 connected_ap_frequency = 2; + + // The NFC (Near Field Communication) support status + optional bool supports_nfc_technology = 3; } // Some additional information to keep with the discovery phase. @@ -384,6 +387,9 @@ message ConnectionsLog { // The frequency of the connected WiFi AP. optional int32 connected_ap_frequency = 2; + + // The NFC (Near Field Communication) support status + optional bool supports_nfc_technology = 3; } // Some additional information to keep with the connection attempt.