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

Issue 10546010: Implement support for the OOB Pairing APIs. (Closed)

Created:
8 years, 6 months ago by bryeung
Modified:
8 years, 6 months ago
Reviewers:
keybuk, satorux1
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Implement support for the OOB Pairing APIs. TEST=none (though tests are included with the extension APIs) BUG=119473 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142337

Patch Set 1 #

Total comments: 1

Patch Set 2 : refactor to create BluetoothOutOfBandClient #

Total comments: 16

Patch Set 3 : review comments #

Total comments: 19

Patch Set 4 : review comments #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+472 lines, -7 lines) Patch
M chrome/browser/chromeos/bluetooth/bluetooth_adapter.h View 1 2 3 4 4 chunks +19 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc View 1 2 4 chunks +24 lines, -1 line 0 comments Download
M chrome/browser/chromeos/bluetooth/bluetooth_device.h View 1 2 4 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/bluetooth/bluetooth_device.cc View 1 2 3 chunks +38 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
A chromeos/dbus/bluetooth_out_of_band_client.h View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A chromeos/dbus/bluetooth_out_of_band_client.cc View 1 2 3 1 chunk +199 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.cc View 1 2 4 chunks +9 lines, -0 lines 0 comments Download
A chromeos/dbus/mock_bluetooth_out_of_band_client.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A + chromeos/dbus/mock_bluetooth_out_of_band_client.cc View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M chromeos/dbus/mock_dbus_thread_manager.h View 1 2 4 chunks +6 lines, -0 lines 0 comments Download
M chromeos/dbus/mock_dbus_thread_manager.cc View 1 2 3 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
bryeung
8 years, 6 months ago (2012-06-05 21:59:21 UTC) #1
keybuk
http://codereview.chromium.org/10546010/diff/1/chromeos/dbus/bluetooth_adapter_client.h File chromeos/dbus/bluetooth_adapter_client.h (right): http://codereview.chromium.org/10546010/diff/1/chromeos/dbus/bluetooth_adapter_client.h#newcode249 chromeos/dbus/bluetooth_adapter_client.h:249: const AdapterCallback& callback) = 0; NAK, this should go ...
8 years, 6 months ago (2012-06-07 20:52:48 UTC) #2
bryeung
On 2012/06/07 20:52:48, keybuk wrote: > http://codereview.chromium.org/10546010/diff/1/chromeos/dbus/bluetooth_adapter_client.h > File chromeos/dbus/bluetooth_adapter_client.h (right): > > http://codereview.chromium.org/10546010/diff/1/chromeos/dbus/bluetooth_adapter_client.h#newcode249 > ...
8 years, 6 months ago (2012-06-08 19:16:58 UTC) #3
keybuk
http://codereview.chromium.org/10546010/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc File chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc (left): http://codereview.chromium.org/10546010/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc#oldcode254 chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc:254: why removed? http://codereview.chromium.org/10546010/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h File chrome/browser/chromeos/bluetooth/bluetooth_adapter.h (right): http://codereview.chromium.org/10546010/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h#newcode97 chrome/browser/chromeos/bluetooth/bluetooth_adapter.h:97: typedef ...
8 years, 6 months ago (2012-06-08 20:06:38 UTC) #4
bryeung
satorux: would you be willing to take over review of this CL? I would like ...
8 years, 6 months ago (2012-06-14 15:31:07 UTC) #5
satorux1
http://codereview.chromium.org/10546010/diff/9002/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h File chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h (right): http://codereview.chromium.org/10546010/diff/9002/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h#newcode33 chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h:33: void SetLocalOutOfBandPairingData(BluetoothOutOfBandPairingData* data); Can you go with a regular ...
8 years, 6 months ago (2012-06-14 16:07:55 UTC) #6
bryeung
ptal http://codereview.chromium.org/10546010/diff/9002/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h File chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h (right): http://codereview.chromium.org/10546010/diff/9002/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h#newcode33 chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h:33: void SetLocalOutOfBandPairingData(BluetoothOutOfBandPairingData* data); On 2012/06/14 16:07:55, satorux1 wrote: ...
8 years, 6 months ago (2012-06-14 17:56:04 UTC) #7
satorux1
LGTM http://codereview.chromium.org/10546010/diff/9002/chromeos/dbus/bluetooth_out_of_band_client.cc File chromeos/dbus/bluetooth_out_of_band_client.cc (right): http://codereview.chromium.org/10546010/diff/9002/chromeos/dbus/bluetooth_out_of_band_client.cc#newcode132 chromeos/dbus/bluetooth_out_of_band_client.cc:132: } On 2012/06/14 17:56:04, bryeung wrote: > On ...
8 years, 6 months ago (2012-06-14 20:04:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10546010/6003
8 years, 6 months ago (2012-06-14 20:07:41 UTC) #9
commit-bot: I haz the power
Try job failure for 10546010-6003 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-14 22:03:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10546010/6003
8 years, 6 months ago (2012-06-14 23:44:26 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h: While running patch -p1 --forward --force; patching file chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h ...
8 years, 6 months ago (2012-06-14 23:44:30 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10546010/7034
8 years, 6 months ago (2012-06-14 23:51:00 UTC) #13
commit-bot: I haz the power
8 years, 6 months ago (2012-06-15 03:51:03 UTC) #14
Change committed as 142337

Powered by Google App Engine
This is Rietveld 408576698