Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: Flominator on February 22, 2013, 12:48:09 PM

Title: IsInRange returns false, but connection works
Post by: Flominator on February 22, 2013, 12:48:09 PM
Hello again, do you have any idea, why Device.IsInRange returns false, although I'm able to to connect to these devices?
Title: Re: IsInRange returns false, but connection works
Post by: Mike Petrichenko on February 22, 2013, 01:08:30 PM
To detect device in range IsInRage trys to enumerate its services. If IsInRange can't do it (usualy if device requires pairing before services can be enumerated) IsInRange returns false.