Hello! I'm doing radio.Discover for classic devices and then after OnDiscoveringCompleted is called doing it again for BLE devices. What I'm finding is that the second call to Discover immediately triggers OnDiscoveringCompleted, before any devices are found, with an error code of WCL_E_BLUETOOTH_DISCOVERING_TERMINATED. Do you know why that would be? radio.Discovering is false and radio.Available is true, and I'm not calling radio.Terminate anywhere. If I just discover classic, or just BLE, it works fine.
I'm using the latest Bluetooth framework, 7.6.1.0, and am running Windows 10 1803.
Thanks!