Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [PATCH BlueZ 09/11] pbap: Remove record details Date: Wed, 12 Dec 2012 13:52:14 +0200 Message-Id: <1355313136-7891-9-git-send-email-luiz.dentz@gmail.com> In-Reply-To: <1355313136-7891-1-git-send-email-luiz.dentz@gmail.com> References: <1355313136-7891-1-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz 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 4d4f0b8..4740188 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, -- 1.7.11.7