Hi, On Mon, Aug 16, 2010 at 8:22 PM, Marcel J.E. Mol <marcel@xxxxxxx> wrote: > On Thu, Aug 12, 2010 at 07:41:39AM -0400, Marcel Holtmann wrote: >> Hi Marcel, >> >> > A reasonable working IrMC SYNC server (only full phonebook sync support) >> > Support for cal and note by just returning nothing. >> > --- >> > Makefile.am | 3 + >> > plugins/irmc.c | 488 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> > src/main.c | 12 ++- >> > src/obex.h | 1 + >> > 4 files changed, 502 insertions(+), 2 deletions(-) >> > create mode 100644 plugins/irmc.c >> > >> > diff --git a/Makefile.am b/Makefile.am >> > index 73e2f28..ce8c675 100644 >> > --- a/Makefile.am >> > +++ b/Makefile.am >> > @@ -58,6 +58,9 @@ builtin_sources += plugins/pbap.c plugins/phonebook.h \ >> > builtin_modules += syncevolution >> > builtin_sources += plugins/syncevolution.c >> > >> > +builtin_modules += irmc >> > +builtin_sources += plugins/irmc.c plugins/phonebook.h >> > + >> > builtin_nodist += plugins/phonebook.c >> > >> > libexec_PROGRAMS += src/obexd >> > diff --git a/plugins/irmc.c b/plugins/irmc.c >> > new file mode 100644 >> > index 0000000..96fd807 >> > --- /dev/null >> > +++ b/plugins/irmc.c >> > @@ -0,0 +1,488 @@ >> > +/* >> > + * >> > + * OBEX IrMC Sync Server >> > ... >> > +#include "dbus.h" >> > + >> > +#define IRMC_CHANNEL 17 >> >> we did have a list of defined RFCOMM channels for various protocols, but >> just don't remember where it is. >> >> Johan, we should put that into the doc/ directory actually. Can you dig >> up that list and commit it as text file. >> > > Any news on this one? Is 17 the correct channel for IrMC? I just took a look in the spec, it just say that the channel 'varies', which is not very revealing and it does not suggest anything. The only record that I found was using channel 11 which apparently we are not using too. -- Luiz Augusto von Dentz Computer Engineer -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html