Commit bb9083d9 authored by keybuk@chromium.org's avatar keybuk@chromium.org

Bluetooth: pass path to path, not an interface

BUG=none
TEST=bluetooth pairing works

Review URL: https://chromiumcodereview.appspot.com/14163005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195183 0039d316-1c4b-4281-b951-d872f2087c98
parent 0d411416
...@@ -30,7 +30,7 @@ class ExperimentalBluetoothAgentManagerClientImpl ...@@ -30,7 +30,7 @@ class ExperimentalBluetoothAgentManagerClientImpl
object_proxy_ = bus_->GetObjectProxy( object_proxy_ = bus_->GetObjectProxy(
bluetooth_agent_manager::kBluetoothAgentManagerServiceName, bluetooth_agent_manager::kBluetoothAgentManagerServiceName,
dbus::ObjectPath( dbus::ObjectPath(
bluetooth_agent_manager::kExperimentalBluetoothAgentManagerInterface)); bluetooth_agent_manager::kBluetoothAgentManagerServicePath));
} }
virtual ~ExperimentalBluetoothAgentManagerClientImpl() { virtual ~ExperimentalBluetoothAgentManagerClientImpl() {
......
...@@ -41,7 +41,7 @@ class ExperimentalBluetoothProfileManagerClientImpl ...@@ -41,7 +41,7 @@ class ExperimentalBluetoothProfileManagerClientImpl
object_proxy_ = bus_->GetObjectProxy( object_proxy_ = bus_->GetObjectProxy(
bluetooth_profile_manager::kBluetoothProfileManagerServiceName, bluetooth_profile_manager::kBluetoothProfileManagerServiceName,
dbus::ObjectPath( dbus::ObjectPath(
bluetooth_profile_manager::kExperimentalBluetoothProfileManagerInterface)); bluetooth_profile_manager::kBluetoothProfileManagerServicePath));
} }
virtual ~ExperimentalBluetoothProfileManagerClientImpl() { virtual ~ExperimentalBluetoothProfileManagerClientImpl() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment