Iain,
It would be good if the manpage could mention that for server mode, it might be necessary to also set the "Object Transfer" bit (0x100000) in the class of device. eg, my Nokia 6103 filters out devices that do not have that bit set during discovery..
ok, i will add this to the man page.
I do not really understand the -f option, client mode does not seem to work without it when sending files to my phone..
-f means connect to "file browsing service". basically it will make obexapp to put additional header into connect request. obexapp can be used to do both obex push and obex file transfer. if both services are running on the same rfcomm port then extra header in the connect request can be used to identify which service client is requesting. it somewhat similar to the host: header in http. so, if you are connecting to obex file transfer service, -f option is required (assuming that obex server was properly implemented) thanks, max _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "[EMAIL PROTECTED]"
