2011-02-09 01:38:23

by chanyeol

[permalink] [raw]
Subject: Obexd client question

Hello Bluetooth developer!

I try to use obexd client(the latest version).
I have a few question while using ftp client.

1. Listfolder
After I dbus call it("ListFolder"), "ChangeFolder" dbus method call doesn't work well. I think because session_transfer() is just returned transfer_unregister() is not called and they block another dbus call. If you find mistake in my usage, please tell me.

2. Agen Cancel
If we call Agent Cancel While transfer is going on, connection is removed unexpectfully. Is this original concept? I think it could only stop transfer.

Finally could you tell me who use obexd server, obexd client respectively?