From 7aa1d852f1f152c25dc607d212a35c1b2238d0b2 Mon Sep 17 00:00:00 2001 From: Suet-Fei Li Date: Tue, 30 May 2023 14:51:00 -0700 Subject: [PATCH] Use public link for MessageStream. PiperOrigin-RevId: 536516027 --- fastpair/rust/src/message_stream.rs | 4 +++- fastpair/rust/src/types/packets.rs | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fastpair/rust/src/message_stream.rs b/fastpair/rust/src/message_stream.rs index e7266fe4..5e535f44 100644 --- a/fastpair/rust/src/message_stream.rs +++ b/fastpair/rust/src/message_stream.rs @@ -12,7 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -// https://source.corp.google.com/piper///depot/google3/third_party/nearby/fastpair/message_stream/message_stream.h +// Specification: https://developers.google.com/nearby/fast-pair/specifications/extensions/messagestream +// This file should be in sync with fastpair/message_stream/message_stream.h. + use crate::types::packets::{MessageGroup, MessageStreamPacket}; struct BatteryInfo { diff --git a/fastpair/rust/src/types/packets.rs b/fastpair/rust/src/types/packets.rs index 42e444e4..d62a3015 100644 --- a/fastpair/rust/src/types/packets.rs +++ b/fastpair/rust/src/types/packets.rs @@ -12,7 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -// https://source.corp.google.com/piper///depot/google3/third_party/nearby/fastpair/message_stream/message.h +// Specification: https://developers.google.com/nearby/fast-pair/specifications/extensions/messagestream +// This file should be in sync with fastpair/message_stream/message.h. + #[derive(Debug)] pub enum BluetoothCode {