Hi Pawel, On Tue, Dec 14, 2010, Pawel Wieczorkiewicz wrote: > If there are no adapter up and running, there would be > no elements to be added using dict_append_array(). We > should return DBus error ".DoesNotExist", rather than > appending NULL pointer and zero elements. > > On behalf of ST-Ericsson SA > --- > src/manager.c | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) Nack. Manager.GetProperties shouldn't fail if there no adapters. There will be more properties coming in the future (a "DefaultAdapter" property for sure) and could either have an empty array for the Adapters or just leave out that key from the dictionary (i.e. in the worst case we've got an empty dictionary, but that's fine too imho). 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