| 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": [
|
|
|