Chromium Code Reviews| 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..391397c965d8959a3d2df7f9acf486e9523ab3c1 100644 |
| --- a/extensions/common/api/bluetooth_private.json |
| +++ b/extensions/common/api/bluetooth_private.json |
| @@ -36,6 +36,22 @@ |
| "parameters": [] |
| } |
| ] |
| + }, |
| + { |
| + "name": "disconnect", |
|
Jeffrey Yasskin
2014/12/20 00:53:48
Can you call this something that won't be confused
armansito
2014/12/20 01:24:28
Makes sense, will do.
|
| + "type": "function", |
| + "description": "Tears down all connections to the given device.", |
| + "parameters": [ |
| + { |
| + "name": "deviceAddress", |
| + "type": "string" |
| + }, |
| + { |
| + "name": "callback", |
| + "type": "function", |
| + "parameters": [] |
| + } |
| + ] |
| } |
| ], |
| "events": [ |