Hi,

I am integrating WT11 Bluetooth module to our CE 4.2 device. Currently
we support only 2 profiles OBEX Inbox and FTP. As a base for our FTP
server we use OBEXFILE & OBEXINBX examples from the PB. I have random
stack crashes with a single connection. But what I noticed that when I
transfer file from PC to PDA (our CE 4.2 device), and at the same time
try to send a file to PDA from my Bluetooth capable cell phone, stack
immediately crashes.

Well, I am not terribly experienced with Bluetooth world, but I assume
I can have more than one concurrent connection at the same time with
the MS CE stack. If not, how I can limit it to one connection, so the
others are rejected to preserve current file transfer.

Any thoughts will be appreciated.

Thanks in advance,

-PK

Re: Bluetooth crashes by Graeme

Graeme
Thu May 08 04:10:50 PDT 2008

Try the same using a PocketPC using the MS Stack (most are WIDCOM), or a
Smartphone (these are all generally MS stack) should be bascially the same
and it will give you a stable testing environment

--
--
GraemeW
Web - http://www.bytesnap.co.uk
Blog - http://ce4all.blogspot.com


"PK" <pavelyk@gmail.com> wrote in message
news:e12ba2ce-90fc-4dbd-b3d3-25e40d1fa462@i36g2000prf.googlegroups.com...
> Hi,
>
> I am integrating WT11 Bluetooth module to our CE 4.2 device. Currently
> we support only 2 profiles OBEX Inbox and FTP. As a base for our FTP
> server we use OBEXFILE & OBEXINBX examples from the PB. I have random
> stack crashes with a single connection. But what I noticed that when I
> transfer file from PC to PDA (our CE 4.2 device), and at the same time
> try to send a file to PDA from my Bluetooth capable cell phone, stack
> immediately crashes.
>
> Well, I am not terribly experienced with Bluetooth world, but I assume
> I can have more than one concurrent connection at the same time with
> the MS CE stack. If not, how I can limit it to one connection, so the
> others are rejected to preserve current file transfer.
>
> Any thoughts will be appreciated.
>
> Thanks in advance,
>
> -PK