Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: bwheelerRx on August 31, 2009, 10:37:45 PM

Title: Detect Already Paired Devices
Post by: bwheelerRx on August 31, 2009, 10:37:45 PM
I have a need to detect the presence of a paired device using a virtual serial port before I try to communicate with it. The device by default uses the Toshiba bluetooth stack, and I have not as of yet found a way to do it with your comm library, can you provide any hints, would this be possible ? Thanks..
-Brad W.
Title: Re: Detect Already Paired Devices
Post by: Mike Petrichenko on September 01, 2009, 06:10:39 AM
Hi,

Use wclBluetoothDiscovery to discover all available devices. The check Device.Paired for each one. If Paired flag is true then device presents and paired.