From: Lucas De Marchi <lucas.demarchi@profusion.mobi>
To: linux-bluetooth@vger.kernel.org
Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Subject: [PATCH BlueZ 2/3] telephony-ofono: Fix listening for signals
Date: Mon, 25 Jun 2012 12:44:41 -0300 [thread overview]
Message-ID: <1340639082-10347-2-git-send-email-lucas.demarchi@profusion.mobi> (raw)
In-Reply-To: <1340639082-10347-1-git-send-email-lucas.demarchi@profusion.mobi>
We should listen for signals only on oFono bus name.
---
audio/telephony-ofono.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/audio/telephony-ofono.c b/audio/telephony-ofono.c
index 961fedd..67eb87b 100644
--- a/audio/telephony-ofono.c
+++ b/audio/telephony-ofono.c
@@ -742,7 +742,7 @@ static struct voice_call *call_new(const char *path, DBusMessageIter *properties
vc = g_new0(struct voice_call, 1);
vc->obj_path = g_strdup(path);
- vc->watch = g_dbus_add_signal_watch(connection, NULL, path,
+ vc->watch = g_dbus_add_signal_watch(connection, OFONO_BUS_NAME, path,
OFONO_VC_INTERFACE, "PropertyChanged",
handle_vc_property_changed, vc, NULL);
--
1.7.11
next prev parent reply other threads:[~2012-06-25 15:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-23 14:02 [PATCH BlueZ] gdbus: Fix removal of filter after last filter_data Lucas De Marchi
2012-06-25 8:51 ` Luiz Augusto von Dentz
2012-06-25 13:26 ` Lucas De Marchi
2012-06-25 15:14 ` Luiz Augusto von Dentz
2012-06-25 15:44 ` [PATCH BlueZ 1/3] " Lucas De Marchi
2012-06-25 15:44 ` Lucas De Marchi [this message]
2012-06-25 15:44 ` [PATCH BlueZ 3/3] maemo6: mce: Fix listening for signals Lucas De Marchi
2012-06-25 15:55 ` Luiz Augusto von Dentz
2012-06-25 15:56 ` Lucas De Marchi
2012-06-26 7:45 ` [PATCH BlueZ 1/3] gdbus: Fix removal of filter after last filter_data Luiz Augusto von Dentz
2012-06-28 7:39 ` Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1340639082-10347-2-git-send-email-lucas.demarchi@profusion.mobi \
--to=lucas.demarchi@profusion.mobi \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox