Device Discovery aborted ...
-
I have posted this error before . but here is the actual verbiage. I am currently removing the "Bluetooth paring" and running only the remote device scan in an attempt to further identify the error source .
This error is not on every run, it is intermittent.
qt.bluetooth.bluez: Device discovery aborted due to unexpected adapter changes from another process.
Any other idea to fix this would be greatly appreciated.
-
I have posted this error before . but here is the actual verbiage. I am currently removing the "Bluetooth paring" and running only the remote device scan in an attempt to further identify the error source .
This error is not on every run, it is intermittent.
qt.bluetooth.bluez: Device discovery aborted due to unexpected adapter changes from another process.
Any other idea to fix this would be greatly appreciated.
@AnneRanch said in Device Discovery aborted ...:
qt.bluetooth.bluez: Device discovery aborted due to unexpected adapter changes from another process.
Watch out for "adapter changes". Either due to your code or any event that might happen.
Debug and check what is going on.Any chance that you are trying to access your adapter multiple times?
-
@AnneRanch said in Device Discovery aborted ...:
qt.bluetooth.bluez: Device discovery aborted due to unexpected adapter changes from another process.
Watch out for "adapter changes". Either due to your code or any event that might happen.
Debug and check what is going on.Any chance that you are trying to access your adapter multiple times?
@Pl45m4 The "remote device scan" gets started and I read SIGNAL "device detected".
The "remote device scan" scans for multiple devices , hence "device detected" gets posted until
"scan finished" is posted. I currently have ONLY one Bluetooth adapter and that is the one used to perform
"remote device scan". This "sequence" is managed by the initial "start scan ".