From 2663ca4207573e2efdff06235f068cdc72f52a9c Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Mon, 14 Mar 2011 18:19:40 -0300 Subject: [PATCH] Rename the Discover method to DiscoverCharacteristics --- attrib/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attrib/client.c b/attrib/client.c index 17157cd04..f0b0b1467 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", "", -- 2.47.3