Hi Luiz, On Tue, Apr 17, 2012 at 2:20 PM, Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > Hi Mikel, > > On Wed, Apr 11, 2012 at 9:57 AM, Mikel Astiz <mikel.astiz.oss@xxxxxxxxx> wrote: >> From: Mikel Astiz <mikel.astiz@xxxxxxxxxxxx> >> -struct audio_device *manager_find_device(const char *path, >> +GSList *manager_find_devices(const char *path, >> const bdaddr_t *src, >> const bdaddr_t *dst, >> const char *interface, >> - gboolean connected) >> + gboolean connected, >> + size_t max_count) >> { > > It doesn't look like this max_count parameter is going to be useful, > iirc you only use 0 in the patches so I would recommending leaving it > out for now. It's actually being used in manager_find_device() with max_count==1, after the lines from the old function have been moved to manager_find_devices() to avoid duplicated code. Cheers, Mikel -- 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