I just tried running the vala bluez example (found on the DbusClientSamples page) and I got this error:
GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: Method "DiscoverDevices" with signature "" on interface "org.bluez.Adapter" doesn't exist
Is the sample using an outdated API? If so, where can I find an updated bluez DBUS API document? All the documents that I find (by search query) contain the DiscoverDevices method, so I'm pretty confused.
bluetooth glib dbus vala gio
knocte
source share