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

Issue 9663035: bluetooth: implement D-Bus service provider for Agent (Closed)

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

Description

bluetooth: implement D-Bus service provider for Agent BlueZ requires that to connect to a remote device we provide a D-Bus object with which it can interact during the pairing process known as the Agent. Implement the service provider for the Agent which interacts with its Delegate class to provide the functionality BlueZ requires. BUG=chromium-os:27101 TEST=emerge chromeos-chrome Change-Id: Ica2273b217952e960a18e6885e1fff67ade5d0ce Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126205

Patch Set 1 #

Total comments: 17

Patch Set 2 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+741 lines, -0 lines) Patch
A chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h View 1 1 chunk +178 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc View 1 1 chunk +561 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
keybuk
8 years, 9 months ago (2012-03-10 00:50:40 UTC) #1
satorux1
http://codereview.chromium.org/9663035/diff/1/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc File chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc (right): http://codereview.chromium.org/9663035/diff/1/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc#newcode27 chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc:27: } nit: } // namespace http://codereview.chromium.org/9663035/diff/1/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc#newcode442 chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc:442: } nit: ...
8 years, 9 months ago (2012-03-12 16:57:27 UTC) #2
keybuk
http://codereview.chromium.org/9663035/diff/1/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc File chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc (right): http://codereview.chromium.org/9663035/diff/1/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc#newcode27 chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.cc:27: } On 2012/03/12 16:57:27, satorux1 wrote: > nit: } ...
8 years, 9 months ago (2012-03-12 17:30:03 UTC) #3
satorux1
LGTM http://codereview.chromium.org/9663035/diff/1/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h File chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h (right): http://codereview.chromium.org/9663035/diff/1/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h#newcode50 chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h:50: typedef base::Callback<void(Status, const std::string&)> PinCodeCallback; On 2012/03/12 17:30:03, ...
8 years, 9 months ago (2012-03-12 17:55:30 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keybuk@chromium.org/9663035/3002
8 years, 9 months ago (2012-03-12 18:16:57 UTC) #5
commit-bot: I haz the power
8 years, 9 months ago (2012-03-12 20:35:38 UTC) #6
Change committed as 126205

Powered by Google App Engine
This is Rietveld 408576698