> On Sep 28, 2018, at 6:59 PM, Lubomir I. Ivanov <[email protected]> wrote:
>
> On Sat, 29 Sep 2018 at 04:57, Dirk Hohndel <[email protected]> wrote:
>>
>>
>>> On Sep 28, 2018, at 6:53 PM, Dirk Hohndel <[email protected]> wrote:
>>>
>>>
>>>> On Sep 28, 2018, at 6:51 PM, Dirk Hohndel <[email protected]> wrote:
>>>>
>>>> No. In the Subsurface divecomputer download dialog I click on the '...'
>>>> behind the
>>>> Bluetooth mode text to open the scan window. There I click scan and some
>>>> times
>>>> it will show me some (actually, only a few) of the many many BT/BLE
>>>> devices in
>>>> my office, but about half of the time it will tell me that there was an
>>>> error scanning
>>>> because the BT device is off.
>>>>
>>>
>>> The exact text is (below the Clear button)
>>>
>>> Device discovery error: The Bluetooth adaptor is powered off, power it on
>>> before
>>> doing discovery
>>
>> And of course the adapter is in fact on and in the Windows settings I see
>> both of
>> the BLE dive computers that I have sitting next to me right now...
>>
>
> i can reproduce this error if i go into the control plane and turn
> bluetooth off manually.
I just realized that this is our error that we print out if we get to
void
BtDeviceSelectionDialog::deviceDiscoveryError(QBluetoothDeviceDiscoveryAgent::Error
error)
{
QString errorDescription;
switch (error) {
case QBluetoothDeviceDiscoveryAgent::PoweredOffError:
errorDescription = tr("The Bluetooth adaptor is powered off,
power it on before doing discovery.");
break;
So this sounds to me like I'm getting an error I shouldn't be getting. The
question is of
course if this is a result of running the MXE Qt 5.10.1 binaries with the one
library built
from your sources...
/D
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface