-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlueZ version is not verified to be compatible #105
Comments
Adapter::discover_devices
fails with bluez 5.50: "Invalid arguments in method call"discover_devices
fails with bluez 5.50: "Invalid arguments in method call"
discover_devices
fails with bluez 5.50: "Invalid arguments in method call"discover_devices
fails with bluez 5.50 (invalid arguments)
I agree that this would be helpful, but unfortunately |
discover_devices
fails with bluez 5.50 (invalid arguments)
Ah yeah ... that is unfortunate. Checking the output of |
This would be a possibility. However, I am a bit reluctant to add a feature that is potentially unreliable and maybe misleading due to the limitations you described. I believe the best option is to ask the BlueZ developers to expose their version number over D-Bus and see what they think about it. |
Feature request opened at at bluez/bluez#619. |
Thanks for opening the feature request there! I gave it a 👍. The only caveat I see is that the new feature probably won't be backported, so it will probably take quite some time till the bluez version in Debian stable has this feature ... but I'm looking forward to a future where you could rely on this .. even if it's distant. |
Failed with the following message on my laptop:
which had bluez 5.50-1.2~deb10u3 (Debian buster) installed.
Upgrading to Debian bullseye (bluez 5.55-3.1) fixed the problem.
I don't know if this library is intended to support bluez 5.50, however I think in any case it probably makes sense for
Session::new
to perform a version check, returning a helpful error if the detected bluez version is lower than the minimum bluez version supported by this library.The text was updated successfully, but these errors were encountered: