Hi Luiz, On Tue, Feb 28, 2012, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > Core should not longer need to take care of details of discoverable bits > --- > src/adapter.c | 8 -------- > src/adapter.h | 1 - > 2 files changed, 0 insertions(+), 9 deletions(-) > > diff --git a/src/adapter.c b/src/adapter.c > index 208f4c8..c5f4d0d 100644 > --- a/src/adapter.c > +++ b/src/adapter.c > @@ -206,14 +206,6 @@ static uint8_t get_mode(const bdaddr_t *bdaddr, const char *mode) > return MODE_UNKNOWN; > } > > -static void adapter_set_limited_discoverable(struct btd_adapter *adapter, > - gboolean limited) > -{ > - DBG("%s", limited ? "TRUE" : "FALSE"); > - > - adapter_ops->set_limited_discoverable(adapter->dev_id, limited); > -} > - > static struct session_req *session_ref(struct session_req *req) > { > req->refcount++; > diff --git a/src/adapter.h b/src/adapter.h > index 611e86f..345e308 100644 > --- a/src/adapter.h > +++ b/src/adapter.h > @@ -186,7 +186,6 @@ struct btd_adapter_ops { > int (*set_discoverable) (int index, gboolean discoverable, > uint16_t timeout); > int (*set_pairable) (int index, gboolean pairable); > - int (*set_limited_discoverable) (int index, gboolean limited); > int (*start_discovery) (int index); > int (*stop_discovery) (int index); This would also seem to introduce compilation breakage. Just remove the mgmtops and hciops functions in the same go. 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