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
Given that the python-dbus interface only receives fixes and is considered by
its author and maintainer as un-pythonic and is not recommended by him, it seems
more logical to use another, more recommendable interface.
As gatt-python already makes use of PyGI and GLib, it makes sense to use GDBus which
comes as a part of GLib.
This also effectively removes the python-dbus dependency.
0 commit comments