From 57c994a273b9ca06d65c4955c5b47159d25d5762 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 12 Dec 2012 13:52:15 +0200 Subject: [PATCH] mas: Remove record details Standart service records are already supported by bluetoothd --- obexd/plugins/mas.c | 51 --------------------------------------------- 1 file changed, 51 deletions(-) diff --git a/obexd/plugins/mas.c b/obexd/plugins/mas.c index 1b180599d..3270edd7d 100644 --- a/obexd/plugins/mas.c +++ b/obexd/plugins/mas.c @@ -49,54 +49,6 @@ #define READ_STATUS_REQ 0 #define DELETE_STATUS_REQ 1 -/* Channel number according to bluez doc/assigned-numbers.txt */ -#define MAS_CHANNEL 16 - -#define MAS_RECORD " \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ -" - #define XML_DECL "" /* Building blocks for x-obex/folder-listing */ @@ -764,9 +716,6 @@ static int any_close(void *obj) static struct obex_service_driver mas = { .name = "Message Access server", .service = OBEX_MAS, - .channel = MAS_CHANNEL, - .secure = TRUE, - .record = MAS_RECORD, .target = MAS_TARGET, .target_size = TARGET_SIZE, .connect = mas_connect, -- 2.47.3