From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 0/8] Fix message order
Date: Mon, 19 Aug 2013 17:32:50 +0300 [thread overview]
Message-ID: <1376922779-11802-1-git-send-email-luiz.dentz@gmail.com> (raw)
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This set fixes a couple of issues introduced with the use of ObjectManager due
the processing of signals on idle to group changes, this has been causing
issues with external components such as ofono and pulseaudio that sometimes
receives connections from devices objects that have pending signals thus
cannot be properly processed or have to be assumed paired and with certain
UUIDs which is not ideal.
Luiz Augusto von Dentz (8):
gdbus: Fix not maintaining message order for signals
gdbus: Add g_dbus_send_message_with_reply
gdbus: Avoid calling dbus_connection_send*
gdbus: Fix emitting PropertiesChanged twice
core: Make use of g_dbus_send_message_with_reply
neard: Make use of g_dbus_send_message_with_reply
audio/media: Make use of g_dbus_send_message_with_reply
obexd: Make use of g_dbus_send_message*
gdbus/client.c | 14 ++---
gdbus/gdbus.h | 3 +
gdbus/object.c | 143 ++++++++++++++++++++++++------------------
obexd/plugins/bluetooth.c | 2 +-
obexd/plugins/pcsuite.c | 5 +-
obexd/plugins/syncevolution.c | 6 +-
obexd/src/manager.c | 3 +-
plugins/neard.c | 2 +-
profiles/audio/media.c | 2 +-
src/agent.c | 12 ++--
src/profile.c | 4 +-
11 files changed, 109 insertions(+), 87 deletions(-)
--
1.8.3.1
next reply other threads:[~2013-08-19 14:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 14:32 Luiz Augusto von Dentz [this message]
2013-08-19 14:32 ` [PATCH BlueZ] build: Fix not checking readline.h for bluetooth-player Luiz Augusto von Dentz
2013-08-20 12:28 ` Luiz Augusto von Dentz
2013-08-19 14:32 ` [PATCH BlueZ 1/8] gdbus: Fix not maintaining message order for signals Luiz Augusto von Dentz
2013-08-19 23:59 ` Lucas De Marchi
2013-08-19 14:32 ` [PATCH BlueZ 2/8] gdbus: Add g_dbus_send_message_with_reply Luiz Augusto von Dentz
2013-08-19 14:32 ` [PATCH BlueZ 3/8] gdbus: Avoid calling dbus_connection_send* Luiz Augusto von Dentz
2013-08-19 14:32 ` [PATCH BlueZ 4/8] gdbus: Fix emitting PropertiesChanged twice Luiz Augusto von Dentz
2013-08-19 14:32 ` [PATCH BlueZ 5/8] core: Make use of g_dbus_send_message_with_reply Luiz Augusto von Dentz
2013-08-19 14:32 ` [PATCH BlueZ 6/8] neard: " Luiz Augusto von Dentz
2013-08-19 14:32 ` [PATCH BlueZ 7/8] audio/media: " Luiz Augusto von Dentz
2013-08-19 14:32 ` [PATCH BlueZ 8/8] obexd: Make use of g_dbus_send_message* Luiz Augusto von Dentz
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=1376922779-11802-1-git-send-email-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--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;
as well as URLs for NNTP newsgroup(s).