From 32fc3f7c10e9bad92a6488ac6da4661dd7c6b74d Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Thu, 29 Feb 2024 11:10:23 -0800 Subject: [PATCH] Fix spelling of Wi-Fi PiperOrigin-RevId: 611532710 --- connections/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connections/README.md b/connections/README.md index 26b13830..c3972107 100644 --- a/connections/README.md +++ b/connections/README.md @@ -1,10 +1,10 @@ # Nearby Connection -Nearby Connections is a high level protocol on top of Bluetooth/WiFi that acts +Nearby Connections is a high level protocol on top of Bluetooth/Wi-Fi that acts as a medium-agnostic socket. Devices are able to advertise, scan, and connect with one another over any shared medium (eg. BT <-> BT). Once connected, the two devices share a list of all supported mediums and -attempt to upgrade to the one with the highest bandwidth (eg. BT -> WiFi). +attempt to upgrade to the one with the highest bandwidth (eg. BT -> Wi-Fi). The connection is encrypted, reliable, and fully duplex. BYTE, FILE, and STREAM payloads are all supported and will be chunked & transferred internally and recombined on the receiving device.