From 30b2d059b32496cf287587759666ff177e909d1f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 17 Aug 2010 13:53:19 +0300 Subject: [PATCH] obexd: Fix SyncEvolution to use a non-reserved RFCOMM channel RFCOMM channel 16 is reserved for MAP, so use 19 instead. --- obexd/plugins/syncevolution.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/syncevolution.c b/obexd/plugins/syncevolution.c index 970ce29cd..bf436a912 100644 --- a/obexd/plugins/syncevolution.c +++ b/obexd/plugins/syncevolution.c @@ -54,7 +54,7 @@ static const uint8_t SYNCML_TARGET[SYNCML_TARGET_SIZE] = { 0x53, 0x59, 0x4E, 0x43, 0x4D, 0x4C, 0x2D, 0x53, 0x59, 0x4E, 0x43 }; -#define SYNCEVOLUTION_CHANNEL 16 +#define SYNCEVOLUTION_CHANNEL 19 #define SYNCEVOLUTION_RECORD "\ \ -- 2.47.3