Hi Luiz, > This adds a fallback for GetProperties method when it is not > implemented. > --- > This set of patches are workarounds to old properties interface to be able to > test new code until other components are ported. I am not sure I want this at all. This is a nasty hack. Especially since interfaces that previously had neither or only some of these methods get these methods. Bad idea. It might work inside BlueZ where we always added these methods, but in other projects some of these methods had been left out since the properties where send via signals with the object path being announced. Regards Marcel -- 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