Qt 6.4.2 Bluetooth - macOS/Windows - Adapter status
-
Hi all, my question is really simple: There is a simple way to check the bluetooth adapter status?
Just to check the state before scanning or making others useless operation.
The only way I was able to detect the status is trying to scan and waiting the
void errorOccurred(QBluetoothDeviceDiscoveryAgent::Error error);
signal.I'm wondering if there is a function like
bool powerdOn();
or something similar.