Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: cyp on March 12, 2009, 01:50:00 AM

Title: New version - OnDiscoveryComplete
Post by: cyp on March 12, 2009, 01:50:00 AM
Hi Mike,

   In new version 6.5.1.0 was changed the Event OnDiscoveryComplete.
   In old event there is param "Devices: TwclBluetoothDevices" that listed the devices that was found, in new component there isn
Title: Re: New version - OnDiscoveryComplete
Post by: Mike Petrichenko on March 12, 2009, 02:10:23 AM
Hi,

the parameter removed from this event because even sequence was a bit changed. Now it calls as:
1. OnDiscoveryStarted
2. OnAcceptDevice
3. OnGetFiles
4. OnDiscoveryComplete

I have added event OnDevicesFound which fires after OnDiscoveryStarted but i have not publihsed this version yet.
Title: Re: New version - OnDiscoveryComplete
Post by: cyp on March 12, 2009, 02:45:51 PM
In this version is it possible to list devices found using other way? Can u suggest me?
Title: Re: New version - OnDiscoveryComplete
Post by: Mike Petrichenko on March 12, 2009, 03:34:11 PM
No, there is no other way.
Title: Re: New version - OnDiscoveryComplete
Post by: Mike Petrichenko on March 13, 2009, 12:51:08 PM
New version (6.5.2) has been published. It has the event you need.