Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 1/5] Rename the Discover method to DiscoverCharacteristics
@ 2011-03-14 21:19 Vinicius Costa Gomes
  2011-03-14 21:19 ` [PATCH v2 2/5] Fix the behaviour of the DiscoverCharacteristics method Vinicius Costa Gomes
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vinicius Costa Gomes @ 2011-03-14 21:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

---
 attrib/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/attrib/client.c b/attrib/client.c
index 17157cd..f0b0b14 100644
--- a/attrib/client.c
+++ b/attrib/client.c
@@ -983,7 +983,7 @@ static DBusMessage *prim_get_properties(DBusConnection *conn, DBusMessage *msg,
 }
 
 static GDBusMethodTable prim_methods[] = {
-	{ "Discover",		"",	"",		discover_char	},
+	{ "DiscoverCharacteristics",	"",	"",	discover_char	},
 	{ "RegisterCharacteristicsWatcher",	"o", "",
 						register_watcher	},
 	{ "UnregisterCharacteristicsWatcher",	"o", "",
-- 
1.7.4.1


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

end of thread, other threads:[~2011-03-15  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 21:19 [PATCH v2 1/5] Rename the Discover method to DiscoverCharacteristics Vinicius Costa Gomes
2011-03-14 21:19 ` [PATCH v2 2/5] Fix the behaviour of the DiscoverCharacteristics method Vinicius Costa Gomes
2011-03-14 21:19 ` [PATCH v2 3/5] Fix not returning an error when DiscoverCharacteristics() fails Vinicius Costa Gomes
2011-03-14 21:19 ` [PATCH v2 4/5] Add DiscoverCharacteristics method to the Attribute API Vinicius Costa Gomes
2011-03-14 21:19 ` [PATCH v2 5/5] Update the test-attrib test script Vinicius Costa Gomes
2011-03-15  8:54 ` [PATCH v2 1/5] Rename the Discover method to DiscoverCharacteristics Johan Hedberg

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