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

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom

Issue 2510323002: bluetooth: Implement acceptAllDevices (Closed)
Patch Set: Fix mac Created 4 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/public/platform/modules/bluetooth/web_bluetooth.mojom
diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
index aa6d4861772fda338699b96511ec873afa9d502f..b1eca7bc2de49c90ab832bf01744fb4305c8f2c1 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
@@ -78,8 +78,9 @@ struct WebBluetoothScanFilter {
};
struct WebBluetoothRequestDeviceOptions {
- array<WebBluetoothScanFilter> filters;
+ array<WebBluetoothScanFilter>? filters;
array<bluetooth.mojom.UUID> optional_services;
+ bool accept_all_devices;
};
// Indicates if the function will return a single or multiple

Powered by Google App Engine
This is Rietveld 408576698