Hi Luiz, On Fri, Oct 22, 2010, Luiz Augusto von Dentz wrote: > Maybe we should also add a check here to omit adapters if we don't > have at least one to append, it should be fine to have empty > containers but I don't think this is very useful for the application > since they have to iterate in the container to find out there is in > fact nothing there. Wouldn't it complicate e.g. python code in that you'd need if manager_props.has_key('Adapters'): for adapter in manager_props['Adapters']: ... to avoid triggering a KeyError exception which could happen if you try to access manager_props['Adapters'] directly. Johan -- 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