From 4123a74c0ecf6355fc44ddda6cc531aa942082c4 Mon Sep 17 00:00:00 2001 From: Will Harmon Date: Wed, 27 Mar 2024 14:59:08 -0700 Subject: [PATCH] Add table for GitHub about which mediums are supported PiperOrigin-RevId: 619668129 --- connections/README.md | 74 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/connections/README.md b/connections/README.md index c3972107..c6d12bb9 100644 --- a/connections/README.md +++ b/connections/README.md @@ -59,3 +59,77 @@ To build the Nearby Connection library: ```shell swift build ``` + +# Supported Mediums +### Legend +- [x] Supported +- [ ] Support is possible but not implemented +- N/A: Support is not possible or does not make sense. + +## Android +|Mediums |Advertising |Scanning |Data | +|------------------|----------------------|----------------------|----------------------| +|Bluetooth Classic |||| +|BLE (Fast) |||N/A | +|BLE (GATT) |||| +|BLE (Extended) |||N/A | +|BLE (L2CAP) |N/A |N/A || +|Wi-Fi LAN |||| +|Wi-Fi Hotspot |N/A |N/A || +|Wi-Fi Direct |N/A |N/A || +|Wi-Fi Aware |||| +|WebRTC |N/A |N/A || +|NFC |||| +|USB |||| +|AWDL |N/A |N/A |N/A | + +## ChromeOS +|Mediums |Advertising |Scanning |Data | +|------------------|----------------------|----------------------|----------------------| +|Bluetooth Classic |||| +|BLE (Fast) |||N/A | +|BLE (GATT) |||| +|BLE (Extended) |||N/A | +|BLE (L2CAP) |N/A |N/A |N/A | +|Wi-Fi LAN |||| +|Wi-Fi Hotspot |N/A |N/A || +|Wi-Fi Direct |N/A |N/A || +|Wi-Fi Aware |N/A |N/A |N/A | +|WebRTC |N/A |N/A || +|NFC |N/A |N/A |N/A | +|USB |||| +|AWDL |N/A |N/A |N/A | + +## Windows +|Mediums |Advertising |Scanning |Data | +|------------------|----------------------|----------------------|----------------------| +|Bluetooth Classic |N/A ||| +|BLE (Fast) |||N/A | +|BLE (GATT) |||| +|BLE (Extended) |||N/A | +|BLE (L2CAP) |N/A |N/A |N/A | +|Wi-Fi LAN |||| +|Wi-Fi Hotspot |N/A |N/A || +|Wi-Fi Direct |N/A |N/A || +|Wi-Fi Aware |N/A |N/A |N/A | +|WebRTC |N/A |N/A || +|NFC |N/A |N/A |N/A | +|USB |||| +|AWDL |N/A |N/A |N/A | + +## iOS/macOS +|Mediums |Advertising |Scanning |Data | +|------------------|----------------------|----------------------|----------------------| +|Bluetooth Classic |N/A ||| +|BLE (Fast) |||N/A | +|BLE (GATT) |||| +|BLE (Extended) |N/A ||N/A | +|BLE (L2CAP) |N/A |N/A || +|Wi-Fi LAN |||| +|Wi-Fi Hotspot |N/A |N/A || +|Wi-Fi Direct |N/A |N/A |N/A | +|Wi-Fi Aware |N/A |N/A |N/A | +|WebRTC |N/A |N/A || +|NFC |N/A ||N/A | +|USB |N/A |N/A |N/A | +|AWDL ||||