projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc32316
)
Fix PATH of adapter_watch in bluetooth plugin
author
Yingan Deng
<ying.an.deng@intel.com>
Fri, 23 Jul 2010 02:28:56 +0000
(10:28 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 23 Jul 2010 02:50:59 +0000
(19:50 -0700)
The Path of the adapter_watch signal is not right, so the adapter
status can not be synced.
plugins/bluetooth.c
patch
|
blob
|
history
diff --git
a/plugins/bluetooth.c
b/plugins/bluetooth.c
index
5103e25
..
410d0bb
100644
(file)
--- 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_
MANAG
ER_INTERFACE,
+ BLUEZ_
ADAPT
ER_INTERFACE,
PROPERTY_CHANGED, adapter_changed,
NULL, NULL);