| OLD | NEW |
| 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 Loading... |
| 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 ] |
| OLD | NEW |