|
Introduce chrome.bluetoothSocket API.
This CL adds the initial function and object type definitions of the
chrome.bluetoothSocket API. This API will replace the socket-related
functions in the existing chrome.bluetooth API and is intended to
supply the Bluetooth Classic complement to the
chrome.bluetoothLowEnergy API.
Unlike the sockets API, there is no separation of client and server
because such separation is not clearly defined in Bluetooth profiles
either. It will not be uncommon for an application to attempt to make
a connection, and if it fails, fall back to listening instead, for
example.
All functions currently return an error when invoked.
BUG= 349475, 364581
TBR=mkearney
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266362
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+621 lines, -4 lines) |
Patch |
 |
A + |
chrome/browser/extensions/api/bluetooth_socket/OWNERS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h
|
View
|
1
2
|
1 chunk |
+160 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.cc
|
View
|
1
2
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_api_features.json
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_manifest_features.json
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/api.gyp
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/api/bluetooth_socket.idl
|
View
|
1
2
|
1 chunk |
+343 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/docs/templates/public/apps/bluetoothSocket.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_function_histogram_value.h
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|