summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-01 13:37:50 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-05 13:41:56 +0300
commitddb9d1dca5f24b8e3a3a9a1fed39d6bf6354cbb2 (patch)
treea298cb37dc66f92c9ebdbaa042014c8246bcc657
parent300f5779e53e76b107d181e5f6aa99376d6ee389 (diff)
downloadobexd-ddb9d1dca5f24b8e3a3a9a1fed39d6bf6354cbb2.tar.gz
client-api: Rename PhonebookAccess interface to org.bluez.obex.PhonebookAccess
-rw-r--r--client/pbap.c2
-rw-r--r--doc/client-api.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/pbap.c b/client/pbap.c
index e296eec..9bd93b8 100644
--- a/client/pbap.c
+++ b/client/pbap.c
@@ -122,7 +122,7 @@ static const char *filter_list[] = {
#define FILTER_BIT_MAX 63
#define FILTER_ALL 0xFFFFFFFFFFFFFFFFULL
-#define PBAP_INTERFACE "org.openobex.PhonebookAccess"
+#define PBAP_INTERFACE "org.bluez.obex.PhonebookAccess"
#define PBAP_UUID "0000112f-0000-1000-8000-00805f9b34fb"
struct pbap_data {
diff --git a/doc/client-api.txt b/doc/client-api.txt
index fc58ee9..5a6189d 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -184,7 +184,7 @@ Phonebook Access hierarchy
=======================
Service org.bluez.obex.client
-Interface org.openobex.PhonebookAccess
+Interface org.bluez.obex.PhonebookAccess
Object path [variable prefix]/{session0,session1,...}
Methods void Select(string location, string phonebook)