Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: miguelhughes on November 08, 2011, 05:37:05 PM

Title: ProximitySenderDemo works but can't get BlueToothFTPClientDemo to work
Post by: miguelhughes on November 08, 2011, 05:37:05 PM
Hi! I'm developing an application that works similarly to the Proximity Sender Demo, but has a bit more logic and control on how and to who files are sent. So I started looking into the BT ftp client demo. For now I'm testing sending files to a netbook. The proximity sender worked just fine, but I can't get the ftp client to work, it discovers the netbook fine, but when I click on connect, after about 20 seconds I get "Can't connect: 2", which seems a driver error.

Can this be caused by my drivers, or my configuration? Any recommendations as to how to get it to work?

Here are my specs:

Thanks in advance
    Miguel
Title: Re: ProximitySenderDemo works but can't get BlueToothFTPClientDemo to work
Post by: Mike Petrichenko on November 09, 2011, 06:42:16 AM
Hello,

ProximitySender uses OPPClient. It looks like your target device doesn't support BT FTP service, but supports BT OPP Service.
Title: Re: ProximitySenderDemo works but can't get BlueToothFTPClientDemo to work
Post by: miguelhughes on November 16, 2011, 06:28:31 PM
Oh, I see, that makes sense! Thanks for your reply. I tried BluetoothOPPClientDemo and it worked like a charm.

Is it safe to say that this service is more widely spread than the ftp one?

Miguel
Title: Re: ProximitySenderDemo works but can't get BlueToothFTPClientDemo to work
Post by: Mike Petrichenko on November 16, 2011, 09:22:49 PM
Yes