Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: NGine on July 17, 2013, 10:09:08 AM

Title: bluetoothDiscovery OnDeviceFound not fired ?
Post by: NGine on July 17, 2013, 10:09:08 AM
Hi,

I try to use the OnDeviceFound event on BlueToothDiscovery component, but it seems not to be fired.

I don't see anything about that on documentation.

Is there any explanation ?


Thank you.
Title: Re: bluetoothDiscovery OnDeviceFound not fired ?
Post by: Mike Petrichenko on July 17, 2013, 10:36:21 AM
Hi,

This event (and OnDeviceLost as well) is for device smonitoring. Use Start/Stop Monitoring methods to work with devices monitoring (refer to BluetoothDiscoveryDemo)
Title: Re: bluetoothDiscovery OnDeviceFound not fired ?
Post by: NGine on July 17, 2013, 11:11:17 AM
Thank you for your answer !