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,