On Thu Mar 27 14:18:44 2025 +0000, Alexandre Julliard wrote:
The initialization causes delays and errors on startup if bluetooth is not available. It would need to be done asynchronously.
Ah, I should've thought of that, apologies. The registration calls are now made using `dbus_connection_send` instead of `dbus_connection_send_with_reply_and_block`. .