From 6d326f37688d9f50e59706b090bdb1c5a65e9aa1 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 12 Dec 2012 13:52:16 +0200 Subject: [PATCH] irmc: Remove record details Standart service records are already supported by bluetoothd --- obexd/plugins/irmc.c | 49 -------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/obexd/plugins/irmc.c b/obexd/plugins/irmc.c index c9c3521ea..d343977e9 100644 --- a/obexd/plugins/irmc.c +++ b/obexd/plugins/irmc.c @@ -46,52 +46,6 @@ #include "filesystem.h" #include "manager.h" -#define IRMC_CHANNEL 14 - -#define IRMC_RECORD " \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ -" - - struct aparam_header { uint8_t tag; uint8_t len; @@ -488,9 +442,6 @@ static struct obex_mime_type_driver irmc_driver = { static struct obex_service_driver irmc = { .name = "IRMC Sync server", .service = OBEX_IRMC, - .channel = IRMC_CHANNEL, - .secure = TRUE, - .record = IRMC_RECORD, .target = IRMC_TARGET, .target_size = IRMC_TARGET_SIZE, .connect = irmc_connect, -- 2.47.3