Ubuntu下,使用c/c++通过dbus调用蓝牙的一些方法,在d-feet中看到方法参数为Dict of {String,Variant},代码中通过dubs_g_proxy_call时参数类型应该怎么写?是用DBUS_TYPE_G_STRING_STRING_HASHTABLE吗?好像也没别的类型可用了,可惜用这个类型调用时总是抱错,说是Method "SetDiscoveryFilter" with signature "a{as}" on interface "org.bluez.Adapter1" doesn't exist,这应该就是参数类型没对上吧,这种参数应该怎么传?