Author Topic: Microsoft and BlueSoleil drivers doesn't detect any device...  (Read 1519 times)

Offline fjtrooper

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
Microsoft and BlueSoleil drivers doesn't detect any device...
« on: January 12, 2007, 11:39:06 AM »
Hello, I've  a problem. I made a program and with Widcomm Bluetooth drivers I'm able to detect any device and everything is perfect. When I use the same program in other computer with Microsoft or BlueSoleil drivers, my program detects BlueTooth adapters, but when I try to search for devices nothing is detected. And the progress bar doesnt apears....

Could you help me?

thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • Karma: 1000
    • Wireless Communication Library
Re: Microsoft and BlueSoleil drivers doesn't detect any device...
« Reply #1 on: January 12, 2007, 11:53:06 AM »
How you discovery devices? There are two way: Fast and Slow. Fast returns only devices from drivers cache. Slow makes the full search.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline fjtrooper

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
Re: Microsoft and BlueSoleil drivers doesn't detect any device...
« Reply #2 on: January 15, 2007, 10:32:34 AM »
You are right!!! I used the Fast Way, now with slow one it works perfectly.

thanks