From 076b00ed6119050dd9cf78d4542968ff8b37f12b Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Mon, 8 Aug 2022 15:20:51 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 466164069 --- README.md | 2 +- proto/mediums/nfc_frames.proto | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfc21723..b09efd5a 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ We also provide a iOS [sample app using the Nearby Connections library] ### Limitation The only Medium supported is Wifi LAN. -**Last Updated:** April 7, 2022 +**Last Updated:** August 8, 2022 diff --git a/proto/mediums/nfc_frames.proto b/proto/mediums/nfc_frames.proto index b5a9fab6..8dcf0183 100644 --- a/proto/mediums/nfc_frames.proto +++ b/proto/mediums/nfc_frames.proto @@ -27,7 +27,7 @@ message AdvertisementData { optional bytes tag = 1; // A public key associated with the advertisement. - optional bytes public_key = 2 ; + optional bytes public_key = 2; } // The data to be sent to advertisers from scanning device during discovery. @@ -39,5 +39,5 @@ message AdvertisementRequest { optional string endpoint_id = 2; // Public key from the scanning device. - optional bytes public_key = 3 ; + optional bytes public_key = 3; }