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

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

Issue 1915243003: API Bindings for GATT server functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@adapter_and_tests
Patch Set: Created 4 years, 8 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/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index e57362b175dce60d3979143c9056587952c10e98..0e6a1d222fa500f1126e1f5f5085769324a35269 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -103,6 +103,36 @@
"dependencies": ["manifest:bluetooth"],
"contexts": ["blessed_extension"]
},
+ "bluetoothLowEnergy.createService": {
+ "dependencies": ["manifest:bluetooth"],
+ "contexts": ["blessed_extension"],
+ "platforms": ["chromeos", "linux"]
+ },
+ "bluetoothLowEnergy.createCharacteristic": {
+ "dependencies": ["manifest:bluetooth"],
+ "contexts": ["blessed_extension"],
+ "platforms": ["chromeos", "linux"]
+ },
+ "bluetoothLowEnergy.createDescriptor": {
+ "dependencies": ["manifest:bluetooth"],
+ "contexts": ["blessed_extension"],
+ "platforms": ["chromeos", "linux"]
+ },
+ "bluetoothLowEnergy.registerService": {
+ "dependencies": ["manifest:bluetooth"],
+ "contexts": ["blessed_extension"],
+ "platforms": ["chromeos", "linux"]
+ },
+ "bluetoothLowEnergy.unregisterService": {
+ "dependencies": ["manifest:bluetooth"],
+ "contexts": ["blessed_extension"],
+ "platforms": ["chromeos", "linux"]
+ },
+ "bluetoothLowEnergy.sendRequestResponse": {
+ "dependencies": ["manifest:bluetooth"],
+ "contexts": ["blessed_extension"],
+ "platforms": ["chromeos", "linux"]
+ },
"bluetoothPrivate": [{
"dependencies": ["permission:bluetoothPrivate"],
"contexts": ["blessed_extension"]
« 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