Hi,
just use the ObexFTP devel snapshots (wiki->downloads, current is rc3).
If you want HCI selection you need to:
know the target or do:
char **devices = obexftp_discover_bt_src("0"); /* HCI no. or address */
replace
channel = obexftp_browse_bt_push(device);
with
channel = obexftp_browse_bt_src("0", device, OBEX_PUSH_SERVICE);
replace
ret = obexftp_connect_push(cli, device, channel);
with
ret = obexftp_connect_src(cli, "0", device, port, NULL, 0)
where "0" is an example of the HCI. "0" is the first one "1" is the
second one, and "01:23:45:67:89:A0" is a specific adapter.
regards,
Christian
[EMAIL PROTECTED] schrieb:
> how can use the hci device selection with the obexftp api in the example
> http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpExamplePushC
> how install obexftp from svn (dont have configure or bootstrap)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users