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

Issue 8394030: Chrome OS: Add bluetooth API for device discovery (Closed)

Created:
9 years, 1 month ago by Vince Laviano
Modified:
9 years, 1 month ago
Reviewers:
satorux1
CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Chrome OS: Add bluetooth API for device discovery BUG=chromium-os:16752 TEST=Tested with demo UI code at http://codereview.chromium.org/8233042/ Change-Id: I46ca12e310d4ed890fa9f1a3f91faf40637847a1 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107470

Patch Set 1 #

Patch Set 2 : apply general style comments from previous review #

Total comments: 33

Patch Set 3 : address satorux@ review comments #

Patch Set 4 : rename BluetoothDevice accessors #

Total comments: 4

Patch Set 5 : address more satorux@ review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+594 lines, -0 lines) Patch
A chrome/browser/chromeos/bluetooth/bluetooth_adapter.h View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc View 1 2 3 4 1 chunk +133 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/bluetooth/bluetooth_device.h View 1 2 3 4 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/bluetooth/bluetooth_device.cc View 1 2 3 1 chunk +121 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/bluetooth/bluetooth_manager.h View 1 2 3 4 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/bluetooth/bluetooth_manager.cc View 1 2 1 chunk +139 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Vince Laviano
Splitting the core bluetooth code out from the bluetooth discovery demo CL at http://codereview.chromium.org/8233042/ for ...
9 years, 1 month ago (2011-10-26 02:01:30 UTC) #1
satorux1
Looks good overall. http://codereview.chromium.org/8394030/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc File chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc (right): http://codereview.chromium.org/8394030/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc#newcode14 chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc:14: } // namespace base In .cc ...
9 years, 1 month ago (2011-10-26 19:26:55 UTC) #2
Vince Laviano
http://codereview.chromium.org/8394030/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc File chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc (right): http://codereview.chromium.org/8394030/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc#newcode14 chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc:14: } // namespace base On 2011/10/26 19:26:55, satorux1 wrote: ...
9 years, 1 month ago (2011-10-26 21:41:55 UTC) #3
satorux1
LGTM http://codereview.chromium.org/8394030/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_device.h File chrome/browser/chromeos/bluetooth/bluetooth_device.h (right): http://codereview.chromium.org/8394030/diff/3001/chrome/browser/chromeos/bluetooth/bluetooth_device.h#newcode29 chrome/browser/chromeos/bluetooth/bluetooth_device.h:29: virtual uint32 BluetoothClass() const = 0; On 2011/10/26 ...
9 years, 1 month ago (2011-10-26 22:28:10 UTC) #4
Vince Laviano
http://codereview.chromium.org/8394030/diff/12001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc File chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc (right): http://codereview.chromium.org/8394030/diff/12001/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc#newcode89 chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc:89: device.reset(BluetoothDevice::Create(device_properties)); On 2011/10/26 22:28:10, satorux1 wrote: > scoped_ptr<BluetoothDevice> device( ...
9 years, 1 month ago (2011-10-26 22:38:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vlaviano@chromium.org/8394030/9011
9 years, 1 month ago (2011-10-26 22:41:45 UTC) #6
satorux1
LGTM
9 years, 1 month ago (2011-10-26 22:47:12 UTC) #7
commit-bot: I haz the power
9 years, 1 month ago (2011-10-26 23:46:25 UTC) #8
Change committed as 107470

Powered by Google App Engine
This is Rietveld 408576698