summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
authorYingan Deng <ying.an.deng@intel.com>2010-07-23 10:28:56 +0800
committerMarcel Holtmann <marcel@holtmann.org>2010-07-22 19:50:59 -0700
commitc4ece974f8fe47f5a8de2afe242546bf19b33731 (patch)
treeb02fee2c8659849d210124e19ed2131539da8e39 /plugins/bluetooth.c
parentdc32316be13f1f5b63d46a01812aa157a13c12e8 (diff)
downloadconnman-c4ece974f8fe47f5a8de2afe242546bf19b33731.tar.gz
connman-c4ece974f8fe47f5a8de2afe242546bf19b33731.tar.bz2
connman-c4ece974f8fe47f5a8de2afe242546bf19b33731.zip
Fix PATH of adapter_watch in bluetooth plugin
The Path of the adapter_watch signal is not right, so the adapter status can not be synced.
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 5103e252..410d0bb9 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -927,7 +927,7 @@ static int bluetooth_init(void)
NULL, NULL);
adapter_watch = g_dbus_add_signal_watch(connection, NULL, NULL,
- BLUEZ_MANAGER_INTERFACE,
+ BLUEZ_ADAPTER_INTERFACE,
PROPERTY_CHANGED, adapter_changed,
NULL, NULL);