Author Topic: Discovering both classic and BLE  (Read 4230 times)

Offline MrPaulCarpenter

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Discovering both classic and BLE
« 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.

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Discovering both classic and BLE
« Reply #1 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).

 

Sitemap 1 2 3 4 5 6 7