mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 466164069
This commit is contained in:
committed by
Copybara-Service
parent
4c70daf66f
commit
076b00ed61
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user