mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix spelling of Wi-Fi
PiperOrigin-RevId: 611532710
This commit is contained in:
committed by
Copybara-Service
parent
f235957345
commit
32fc3f7c10
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user