discoveryAgent_service->start(); fails "FullDiscovery"
-
Bug or feature?
No, I do not start them both....Actually
discoveryAgent_service->start();
is detecting "service" no longer active / powered up , but that is an old QT /OS issue.discoveryAgent_service->start(); discoveryAgent_service->start(QBluetoothServiceDiscoveryAgent:: FullDiscovery); -
Bug or feature?
No, I do not start them both....Actually
discoveryAgent_service->start();
is detecting "service" no longer active / powered up , but that is an old QT /OS issue.discoveryAgent_service->start(); discoveryAgent_service->start(QBluetoothServiceDiscoveryAgent:: FullDiscovery);If you would do some error checking I would guess that QBluetoothDeviceDiscoveryAgent::error() will return QBluetoothDeviceDiscoveryAgent::UnsupportedDiscoveryMethod after calling
discoveryAgent_service->start(QBluetoothServiceDiscoveryAgent:: FullDiscovery);but better blame Qt - it's easier.