Hi Andrei, On Wed, Oct 16, 2013, Andrei Emeltchenko wrote: > --- a/android/adapter.h > +++ b/android/adapter.h > @@ -34,3 +34,7 @@ struct bt_adapter *bt_adapter_new(uint16_t index, struct mgmt *mgmt_if); > > void bt_adapter_start(struct bt_adapter *adapter); > void bt_adapter_stop(struct bt_adapter *adapter); > + > +void read_info_complete(uint8_t status, uint16_t length, const void *param, > + void *user_data); > +void load_link_keys(struct bt_adapter *adapter, GSList *keys); Shouldn't you be following the appropriate name space for this header file? I.e. bt_adapter_*. That said, it seems to me like you don't need to have any public functions like this at all if you just do the read_info from the bt_adapter_new function since you get the mgmt context there anyway. 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