From: Anders H. <an...@gi...> - 2006-03-06 13:54:22
|
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 :) 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. Armin2: I still get hangups when doing a slow-sync. Can I send you some more dumps for debugging? Anders |