mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Comment protos
PiperOrigin-RevId: 520349919
This commit is contained in:
committed by
Copybara-Service
parent
a933a91413
commit
64ff0ee034
@@ -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 /* type = ST_SECURITY_KEY */;
|
||||
}
|
||||
|
||||
// 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 /* type = ST_SECURITY_KEY */;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user