Diff between 712f1126198ad91c7d9b0287d627b1b3ba109a34 and 6ae1745820e6f7a7c37bb56beefd2ed49d5cf2ee

Changed Files

File Additions Deletions Status
obexd/client/pbap.c +1 -1 modified

Full Patch

diff --git a/obexd/client/pbap.c b/obexd/client/pbap.c
index e296eec..9bd93b8 100644
--- a/obexd/client/pbap.c
+++ b/obexd/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 {