You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This function only checks that a managed object's path starts with "/org/bluez/hci" and doesn't check that the entry implements the interface org.bluez.Adapter1.
To Reproduce
If you call load() and then try to call adapter_details() when the dbus object server has device interfaces loaded, then devices may get returned instead of adapters.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
This function only checks that a managed object's path starts with "/org/bluez/hci" and doesn't check that the entry implements the interface org.bluez.Adapter1.
To Reproduce
If you call load() and then try to call adapter_details() when the dbus object server has device interfaces loaded, then devices may get returned instead of adapters.
Additional context
The text was updated successfully, but these errors were encountered: