Hello ... im doing a little devel with obexftp ... and when i change from
rc5 to rc6 .. obexftp_connect_src() stop working ...  i need somethig todo
something extra?

the code is something like this
cli = obexftp_open(OBEX_TRANS_BLUETOOTH, NULL, NULL, NULL); /*!!!*/
ret = obexftp_connect_src(cli, "2", MAC, canal_obex_object_push, NULL, 0);
if (ret < 0) {
        sprintf(mensaje, "Error connecting to obexftp-client Nr %d\n", ret);
        logEvento(mensaje);
        obexftp_close(cli);
        cli = NULL;
        return ret;
    }

Saludos, Mauricio

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to