Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: MrPaulCarpenter on May 11, 2021, 08:11:29 PM

Title: Discovering both classic and BLE
Post by: MrPaulCarpenter on May 11, 2021, 08:11:29 PM
Using wclBluetoothFramework 7.10.16.0

wclBluetoothDiscoverKind discKind =  wclBluetoothDiscoverKind.dkClassic; // wclBluetoothDiscoverKind.dkBle
Int32 Res = Radio.Discover(bTimeout, discKind);

Previously (7.10.4.0) using dkClassic both classic and BLE were discovered, now I only get classic.  I want the option to get both without having to Radio.Discover() twice.
Title: Re: Discovering both classic and BLE
Post by: Mike Petrichenko on May 11, 2021, 09:03:22 PM
It is not possible to discover both cause discovering Classic and discovering BLE works absolutely different. Probably you saw mixed devices (devices that supports both technology).