Hi Alex, On Tue, Apr 23, 2013, Alex Deymo wrote: > +gboolean pincb_iter_end(struct pincb_iter *iter) > +{ > + return iter->it == NULL && iter->attempt == 0; > +} Related to the avoidance of GLib dependencies we're also in the progress of converting "gboolean" to "bool" in any code that doesn't directly deal with GLib APIs. This also means that we try to use bool instead of gboolean in all new code. 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