【发布时间】:2014-02-04 00:05:59
【问题描述】:
我刚刚尝试运行一个 vala bluez 示例(在 DbusClientSamples 页面中找到),我收到了这个错误:
GDBus.Error:org.freedesktop.DBus.Error.UnknownObject:
Method "DiscoverDevices" with signature "" on interface "org.bluez.Adapter"
doesn't exist
示例是否使用了已弃用的 API?如果是,我在哪里可以找到有关 bluez 的 DBUS API 的更新文档?我(通过谷歌搜索)找到的所有文档都包含 DiscoverDevices 方法,所以我很困惑。
【问题讨论】:
标签: bluetooth glib dbus vala gio