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

Unified Diff: extensions/common/api/bluetooth_private.json

Issue 819713002: bluetoothPrivate: Add disconnectAll function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment by jyasskin@ Created 5 years, 11 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 | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/bluetooth_private.json
diff --git a/extensions/common/api/bluetooth_private.json b/extensions/common/api/bluetooth_private.json
index 20c82f1b95af5cf4f82d366254f7969c37f8073e..0890d2520f8e99262cfd3bd9560c91e75474e179 100644
--- a/extensions/common/api/bluetooth_private.json
+++ b/extensions/common/api/bluetooth_private.json
@@ -36,6 +36,22 @@
"parameters": []
}
]
+ },
+ {
+ "name": "disconnectAll",
+ "type": "function",
+ "description": "Tears down all connections to the given device.",
+ "parameters": [
+ {
+ "name": "deviceAddress",
+ "type": "string"
+ },
+ {
+ "name": "callback",
+ "type": "function",
+ "parameters": []
+ }
+ ]
}
],
"events": [
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698