Hi Santiago, On Tue, Dec 20, 2011, Santiago Carot-Nemesio wrote: > +struct gatt_adapter { > + struct btd_adapter *adapter; > + GIOChannel *l2cap_io; > + GIOChannel *le_io; > +}; Could we just call this struct attrib_server? That would be less confusing than having different types of adapters when in reality you only have one adapter. What we have here is an attrib server running on a specific adapter, so struct attrib_server would make most sense to me. Also update the corresponding function names to reflect this. 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