Discovery BT LE with adapter off on Android
-
I'm using Qt 5.15.2 and QBluetoothDeviceDiscoveryAgent to find BT LE devices on Android.
If BT adapter is turned off I receive correctly the error PoweredOffError.
If set BT adapter back on, I can no longer find the devices, but only if I close and restart the application.
I tried to delete QBluetoothDeviceDiscoveryAgent and create another one but I still get the same problem.
Please help me