Hello, I am trying to connect to multiple RAK19003 boards via bluetooth from my laptop. Pairing was successful. I am on Kubuntu 25.04. * The meshtastic CLI via an USB-C cable works fine. * The meshtastic CLI via bluetooth freezes. * The bluetooth connection via the android app on my phone works fine. The last message i see when using `meshtastic --ble <name> --info --debug` is `BLE connected`. I also checked the code and it freezes indefinetly at this line: https://github.com/meshtastic/python/blob/master/meshtastic/ble_interface.py#L70 Not sure what else i can do? Any help is appreciated. Cheers