Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: third_party/WebKit/Source/modules/bluetooth/README.md

Issue 2339033003: bluetooth: Perform an LE scan only (Closed)
Patch Set: Add decision to doc Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/bluetooth/bluetooth_device_chooser_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/bluetooth/README.md
diff --git a/third_party/WebKit/Source/modules/bluetooth/README.md b/third_party/WebKit/Source/modules/bluetooth/README.md
index cdeab38cdf230faafa7ef7f29baac1cd1de89fa9..e9292eda88a5f48e35cec18c8358fe191a34aafb 100644
--- a/third_party/WebKit/Source/modules/bluetooth/README.md
+++ b/third_party/WebKit/Source/modules/bluetooth/README.md
@@ -5,6 +5,14 @@ Web Bluetooth
[WB]: https://webbluetoothcg.github.io/web-bluetooth/
+Scanning
+--------------------------------------------------------------------------------
+There isn't much support for GATT over BR/EDR from neither platforms nor
+devices so performing a Dual scan will find devices that the API is not
+able to interact with. To avoid wasting power and confusing users with
+devices they are not able to interact with, navigator.bluetooth.requestDevice
+performs an LE-only Scan.
+
Testing
--------------------------------------------------------------------------------
« no previous file with comments | « content/browser/bluetooth/bluetooth_device_chooser_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698