From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- test/map-client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/map-client b/test/map-client index 756ebb8..39dd79f 100755 --- a/test/map-client +++ b/test/map-client @@ -136,8 +136,8 @@ class MapClient: self.map.ListMessages("", dict()) path = self.path + "/message" + handle obj = bus.get_object("org.bluez.obex.client", path) - msg = dbus.Interface(obj, "org.bluez.obex.Message") - ret = msg.GetProperties() + msg = dbus.Interface(obj, "org.freedesktop.DBus.Properties") + ret = msg.GetAll("org.bluez.obex.Message") print pformat(unwrap(ret)) def set_message_property(self, handle, prop, flag): -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html