From: Filippo Giunchedi <filippo@esaurito.net>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH 1/3] test/agent.c: honour commandline --device
Date: Tue, 30 Jun 2009 17:16:46 +0200 [thread overview]
Message-ID: <1246375008-8282-1-git-send-email-filippo@esaurito.net> (raw)
In-Reply-To: <20090630133439.GA27640@jh-x301>
---
test/agent.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/test/agent.c b/test/agent.c
index b256f52..334618e 100644
--- a/test/agent.c
+++ b/test/agent.c
@@ -281,9 +281,10 @@ static int unregister_agent(DBusConnection *conn, const char *device_path,
static char *get_device(const char *device)
{
- char *path;
+ char *path = "/org/bluez/hci0";
- path = strdup("/org/bluez/hci0");
+ if (device)
+ path = strdup(device);
return path;
}
--
1.6.3.3
next prev parent reply other threads:[~2009-06-30 15:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-28 18:27 [PATCH 1/4] test/agent.c: honour commandline --device Filippo Giunchedi
2009-06-28 18:27 ` [PATCH 2/4] test/agent.c: update dbus API usage Filippo Giunchedi
2009-06-28 18:27 ` [PATCH 3/4] test/agent.c: register object path only Filippo Giunchedi
2009-06-30 13:34 ` Johan Hedberg
2009-06-30 15:16 ` Filippo Giunchedi [this message]
2009-06-30 15:16 ` [PATCH 2/3] test/agent.c: update dbus API usage Filippo Giunchedi
2009-06-30 15:16 ` [PATCH 3/3] test/agent.c: pairing via CreatePairedDevice Filippo Giunchedi
2009-06-30 15:39 ` Johan Hedberg
2009-06-30 15:48 ` Filippo Giunchedi
2009-06-28 18:27 ` [PATCH 4/4] " Filippo Giunchedi
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=1246375008-8282-1-git-send-email-filippo@esaurito.net \
--to=filippo@esaurito.net \
--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