Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: maxtic on March 11, 2009, 02:57:58 PM

Title: how to set parameter in ProximitySenderDemo
Post by: maxtic on March 11, 2009, 02:57:58 PM
Hi Mike

I tested ProximitySenderDemo and have a problem.
The file does not send to phone ,when press accept on mobile phones it not happen.

(http://std.kku.ac.th/4730204495/webboard/test.JPG)

how to set parameter in proximitysenderDemo ?
Title: Re: how to set parameter in ProximitySenderDemo
Post by: Mike Petrichenko on March 11, 2009, 04:43:39 PM
There is known issue whith returning invalid result code for OBEX put operation. We are working on it. The update will be available as soon as possible.
Title: Re: how to set parameter in ProximitySenderDemo
Post by: Mike Petrichenko on March 11, 2009, 05:32:06 PM
The issue is fixed. Please, redownload the library.
Title: Re: how to set parameter in ProximitySenderDemo
Post by: maxtic on March 12, 2009, 05:22:18 PM
Hi,Mike

:) I try download demo it is easy to develop massSender.

Is it possible or not to use multiple Bluetooth dongle (about 7-8 dongle) to  send ?
If it possible how much maxconnect increase and what is concept to develop

Thank you very much.
Title: Re: how to set parameter in ProximitySenderDemo
Post by: Mike Petrichenko on March 12, 2009, 06:30:14 PM
Hi,

Of course, if you can install so many dongles then it is possible.
Usually dongle has limtation for max 7 concurent connections.
Title: Re: how to set parameter in ProximitySenderDemo
Post by: maxtic on March 12, 2009, 08:15:06 PM
Hello mike
Thank you for anser. If I use 4 dongles that meen it can connect max 28 mobile phone ?
If I use 4 dongles I will use 4 wclProximitySender ?
Title: Re: how to set parameter in ProximitySenderDemo
Post by: Mike Petrichenko on March 12, 2009, 09:15:21 PM
Common answer - yes.

But proximitysender may use 2 dongles - one for discovery and other one for sending.
Also it is recomended to use proximitysender with MS and WidComm drivers. So it is better to use 2 dongles.
Title: Re: how to set parameter in ProximitySenderDemo
Post by: maxtic on March 13, 2009, 08:49:02 AM
Thank you
So I will use 7 bluetooth dongle that all MS , use 1 dongle to discovery and use 6 dongle to send file. Does it work ?
Title: Re: how to set parameter in ProximitySenderDemo
Post by: Mike Petrichenko on March 13, 2009, 09:23:32 AM
If you could install 7 MS dongles then you can do so.
Title: Re: how to set parameter in ProximitySenderDemo
Post by: maxtic on March 13, 2009, 11:27:59 AM
Can you tell me how to set wclProximitySender to Discover or SendFile Only ?
Title: Re: how to set parameter in ProximitySenderDemo
Post by: Mike Petrichenko on March 13, 2009, 12:12:40 PM
There is no way to do so.

For discover only use wclBluetoothDiscovery
For send only use wclOPPClient or wclFTPClient