From: Johan Hedberg <johan.hedberg@nokia.com>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] Some thoughts on the current D-BUS interface
Date: Wed, 2 Nov 2005 13:18:53 +0200 [thread overview]
Message-ID: <20051102111853.GA4414@localhost.localdomain> (raw)
In-Reply-To: <20051102095146.GA2925@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 390 bytes --]
On Wed, Nov 02, 2005, Johan Hedberg wrote:
> I've now uploaded the first version of the script here:
> http://www.iki.fi/~jhedberg/bluez-python/pybt.py
I just uploaded a new version which fixes listening for
AuthenticationComplete events. However the attached patch is also
required for hcid because othervice it doesn't send a proper method
return to the Authenticate method call.
Johan
[-- Attachment #2: auth.patch --]
[-- Type: text/plain, Size: 384 bytes --]
Index: dbus.c
===================================================================
RCS file: /cvsroot/bluez/utils/hcid/dbus.c,v
retrieving revision 1.41
diff -u -r1.41 dbus.c
--- dbus.c 1 Nov 2005 19:49:49 -0000 1.41
+++ dbus.c 2 Nov 2005 11:15:05 -0000
@@ -1712,6 +1712,8 @@
goto failed;
}
+ reply = dbus_message_new_method_return(msg);
+
failed:
if (dd >= 0)
close(dd);
next prev parent reply other threads:[~2005-11-02 11:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-31 22:40 [Bluez-devel] Some thoughts on the current D-BUS interface Johan Hedberg
2005-10-31 23:05 ` Marcel Holtmann
2005-10-31 23:36 ` Johan Hedberg
2005-11-01 12:33 ` Claudio Takahasi
2005-11-01 15:54 ` Johan Hedberg
2005-11-01 16:46 ` Marcel Holtmann
2005-11-01 19:05 ` Eduardo Rocha
2005-11-01 19:53 ` Marcel Holtmann
2005-11-01 20:27 ` Johan Hedberg
2005-11-02 6:32 ` Ville Tervo
2005-11-01 19:48 ` Johan Hedberg
2005-11-02 9:51 ` Johan Hedberg
2005-11-02 11:18 ` Johan Hedberg [this message]
2005-11-02 14:25 ` Marcel Holtmann
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=20051102111853.GA4414@localhost.localdomain \
--to=johan.hedberg@nokia.com \
--cc=bluez-devel@lists.sourceforge.net \
/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).