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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl

Issue 1415533006: bluetooth: Implement requestDevice by name or name prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-characteristic-properties
Patch Set: Merge with ToT and fix histograms conflict Created 5 years, 1 month 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
Index: third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl
index 7ab4f9e19dfdc935d3c8d98649d2b282da0fc3f0..b8e7447cd1bb3554abc27586ae21d67498ffca99 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl
@@ -6,4 +6,6 @@
dictionary BluetoothScanFilter {
sequence<BluetoothServiceUUID> services;
+ DOMString name;
+ DOMString namePrefix;
};

Powered by Google App Engine
This is Rietveld 408576698