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

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

Issue 1096393002: API stubs for the BLE advertisement API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: extensions/common/api/extensions_manifest_types.json
diff --git a/extensions/common/api/extensions_manifest_types.json b/extensions/common/api/extensions_manifest_types.json
index 1829174ae7b25e9c1f0b64f103bbbb65efb08cb3..cbf735c54b6a1914e153abecbe0ddbd470b5f6d0 100644
--- a/extensions/common/api/extensions_manifest_types.json
+++ b/extensions/common/api/extensions_manifest_types.json
@@ -160,6 +160,11 @@
"type": "boolean",
"description": "If <code>true</code>, gives permission to an app to use the $(ref:bluetoothLowEnergy) API",
"optional": true
+ },
+ "peripheral": {
+ "type": "boolean",
+ "description": "If <code>true</code>, gives permission to an app to use the advertisement functions in the $(ref:bluetoothLowEnergy) API",
+ "optional": true
}
}
}

Powered by Google App Engine
This is Rietveld 408576698