public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] test/agent.c: honour commandline --device
@ 2009-06-28 18:27 Filippo Giunchedi
  2009-06-28 18:27 ` [PATCH 2/4] test/agent.c: update dbus API usage Filippo Giunchedi
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Filippo Giunchedi @ 2009-06-28 18:27 UTC (permalink / raw)
  To: linux-bluetooth

---
 test/agent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/agent.c b/test/agent.c
index b256f52..7cd4b6e 100644
--- a/test/agent.c
+++ b/test/agent.c
@@ -283,7 +283,7 @@ static char *get_device(const char *device)
 {
 	char *path;
 
-	path = strdup("/org/bluez/hci0");
+	path = strdup(device);
 
 	return path;
 }
-- 
1.6.3.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-30 15:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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     ` [PATCH 1/3] test/agent.c: honour commandline --device Filippo Giunchedi
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox