From df56abd1e9e37738d628ee82dc65228ef9f51039 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 12 Dec 2012 13:52:14 +0200 Subject: [PATCH] pbap: Remove record details Standart service records are already supported by bluetoothd --- obexd/plugins/pbap.c | 46 -------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/obexd/plugins/pbap.c b/obexd/plugins/pbap.c index 4d4f0b80c..47401889d 100644 --- a/obexd/plugins/pbap.c +++ b/obexd/plugins/pbap.c @@ -65,49 +65,6 @@ #define PHONEBOOKSIZE_TAG 0X08 #define NEWMISSEDCALLS_TAG 0X09 -#define PBAP_CHANNEL 15 - -#define PBAP_RECORD " \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ -" - struct cache { gboolean valid; uint32_t index; @@ -664,9 +621,6 @@ static int pbap_chkput(struct obex_session *os, void *user_data) static struct obex_service_driver pbap = { .name = "Phonebook Access server", .service = OBEX_PBAP, - .channel = PBAP_CHANNEL, - .secure = TRUE, - .record = PBAP_RECORD, .target = PBAP_TARGET, .target_size = TARGET_SIZE, .connect = pbap_connect, -- 2.47.3