On 26/05/2025 09:37, Kylee Branning wrote:
> Sorry about that! Email is sent!
The first part of your log contains this:
> 0.001: Starting Subsurface-mobile:6.0.5365-local:iOS 18.3:arm64:en-US
> 0.001: built with libdivecomputer v0.9.0-devel-Subsurface-NG (34556d4407aee915ec062ab773b33d8a2b1de6de)
> 0.001: built with Qt Version 5.15.2, runtime from Qt Version 5.15.2
> 0.002: built with libgit2 1.0.1
> 0.002: Running on iOS 18.3
> ...
> no Bluetooth LE support
> device discovery received error Bluetooth LE is not supported
This is output from the QT framework used by subsurface. Are you using a build
with bluetooth disabled?
When subsurface actually tries to setup a connection:
> 25.225: DCDownloadThread started for Cressi Donatello on downloading all dives
> Starting download from SERIAL
> downloading all dives
> 25.228: Connecting to BLE device
> still looking scan is still running, we should just wait for a few moments
> notify user that we can't find
> qt_ble_open()
> failed to connect to the controller with error Remote device cannot be found
> Failed to connect to : 'Remote device cannot be found'
> 55.291: Failed to connect to : 'Remote device cannot be found'
> 55.291: Import error: Input/output error
> Finishing download thread: Unable to open Cressi (Donatello)
> 55.301: no new dives downloaded
> 55.301: DCDownloadThread finished
The "SERIAL" indicates bluetooth mode isn't enabled, but next subsurface tries
to use BLE anyways and that fails.
Jef