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

Side by Side Diff: extensions/common/api/bluetooth_private.json

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, gn Created 6 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "bluetoothPrivate", 3 "namespace": "bluetoothPrivate",
4 "description": " Use the <code>chrome.bluetoothPrivate</code> API to control the Bluetooth\n adapter state and handle device pairing.", 4 "description": " Use the <code>chrome.bluetoothPrivate</code> API to control the Bluetooth\n adapter state and handle device pairing.",
5 "compiler_options": { 5 "compiler_options": {
6 "implemented_in": "chrome/browser/extensions/api/bluetooth/bluetooth_priva te_api.h" 6 "implemented_in": "extensions/browser/api/bluetooth/bluetooth_private_api. h"
7 }, 7 },
8 "functions": [ 8 "functions": [
9 { 9 {
10 "name": "setAdapterState", 10 "name": "setAdapterState",
11 "type": "function", 11 "type": "function",
12 "description": "Changes the state of the Bluetooth adapter.", 12 "description": "Changes the state of the Bluetooth adapter.",
13 "parameters": [ 13 "parameters": [
14 { 14 {
15 "name": "adapterState", 15 "name": "adapterState",
16 "$ref": "NewAdapterState" 16 "$ref": "NewAdapterState"
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "optional": true, 181 "optional": true,
182 "name": "passkey", 182 "name": "passkey",
183 "type": "integer", 183 "type": "integer",
184 "description": "An integer between 0-999999 set in response to <code >requestPasskey</code>." 184 "description": "An integer between 0-999999 set in response to <code >requestPasskey</code>."
185 } 185 }
186 } 186 }
187 } 187 }
188 ] 188 ]
189 } 189 }
190 ] 190 ]
OLDNEW
« no previous file with comments | « extensions/common/api/bluetooth_low_energy.idl ('k') | extensions/common/api/bluetooth_socket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698