From: Armin B. <arm...@de...> - 2006-03-06 14:01:25
|
Anders Hermansen wrote: > Armin Bauer wrote: > >>adding bluetooth support to libsyncml is fairly trivial. The only thing >>that has to be done is to expose the configuration through the config if >>the obex transport and add the appropiate connection code (which can be >>copied from obexftp). After that, libsyncml can handle bluetooth. Adding >>support for irda would be the same procedure. > > > Attached is a patch which does this. I tested it with the > syncml-obex-client and my 6680. And it works :) > cool :) i will try your patch right away and then commit it to the repository. thanks! > I have not tried the syncml-plugin yet. But it probably needs some easy > configuration patching too. > > To find your bluetooth address run: > hcitool scan > > To find your bluetooth channel run: > sdptool browse <bt-addr> > > Look for SyncMLClient, on my 6680 it was channel 11. > > Instead of "-u <usb-id>" use "-b <bt-addr> <bt-channel>". > > Armin: I just reused some of the available config variables. Tell me if > you want me to change that so the names are more logic. i think it is ok to reuse. I think the developers will understand what they mean. > > Armin2: I still get hangups when doing a slow-sync. Can I send you some > more dumps for debugging? Sure! traces are always welcome. Armin |