On 11/05/2026 13:31, Radek Zeman wrote:
> attaching the log obtained by trying to force download all dives. The timeout
> error is now inside.
The problem is that enabling BLE notifications (which is required for receiving
the BLE data packets) failed:
> Service "49535343-fe7d-4ae5-8fa9-9fafd205e455" discovered (start: 27 end: 35 ) QLowEnergyServicePrivate(0xb400007cb8e3dde0)
> .. service state changed to 3
> Found service {49535343-fe7d-4ae5-8fa9-9fafd205e455} Unknown Service
> c: {49535343-1e4d-4bd9-ba61-23c647249616} 0x3c
> d: {00002902-0000-1000-8000-00805f9b34fb}
> c: {49535343-8841-43f4-a8d4-ecbe34729bb3} 0x0c
> c: {49535343-4c8a-39b3-2f49-511cff073b7e} 0x18
> Using service {49535343-fe7d-4ae5-8fa9-9fafd205e455} as preferred service
> .. enabling notifications
> Using read characteristic {49535343-1e4d-4bd9-ba61-23c647249616}
> now writing "0x0100" to the descriptor {00002902-0000-1000-8000-00805f9b34fb}
> Write descriptor with handle 30 "0100" (service: "{49535343-fe7d-4ae5-8fa9-9fafd205e455}" )
> error discovering service details 3
> Bluetooth: Failed to enable notifications for characteristic {49535343-1e4d-4bd9-ba61-23c647249616}
> Bluetooth: Failed to enable notifications.
> Deleting BLE object
This is a know issue, see for example this PR (and all related tickets and bug
reports):
https://github.com/subsurface/subsurface/pull/3956
Jef