| 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"]
|
|
|