Internal change

PiperOrigin-RevId: 466164069
This commit is contained in:
Nick Bourdakos
2022-08-08 19:37:52 -07:00
committed by Copybara-Service
parent 4c70daf66f
commit 076b00ed61
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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;
}