.NET Components for Mobility

DiscoverDevices blocks internet port?

Last post 09-07-2010 1:03 PM by chadmilden. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 09-01-2010 1:01 PM

    DiscoverDevices blocks internet port?

    Hi,

    I'm building a program that is constantly detecting bluetooth devices, it works fine, however, when discoverDevices() is running my interenet stops working (cannot browse, it just hangs until my program has finished discovering devices).

     Is this normal or is there somthing I'm doing wrong?

     Here is the code, it is all in a backgroundWorker :

    BluetoothClient client = new BluetoothClient();

    client.Client.Blocking = false; // I added this to see if it would fix the problem, it did not

    try

    {

    BluetoothDeviceInfo ep = commMonitor.EndPointROC;

     

    _worker.ReportProgress(4);

     

     

    BluetoothDeviceInfo[ devices = client.DiscoverDevices();

     

    Thanks,

    Chad

     

  • 09-05-2010 3:34 PM In reply to

    Re: DiscoverDevices blocks internet port?

    Wierd.  What platforms this on?  Desktop Windows with the Microsoft stack?
  • 09-07-2010 1:03 PM In reply to

    Re: DiscoverDevices blocks internet port?

    It is on the desktop windows platform and I believe it is with the microsoft stack... the bluetooth radio that I have been using has decided to break today, so I can't 100% confirm it, and I'm not sure when I'll be able to get a new one or fix the problem.

Page 1 of 1 (3 items)
Copyright © 2001-2012 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy. OrcsWeb's Windows Cloud Server Hosting