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.