Services will be used to create EIR to be send over OOB. --- src/adapter.c | 5 +++++ src/adapter.h | 1 + 2 files changed, 6 insertions(+) diff --git a/src/adapter.c b/src/adapter.c index a00522a..f744456 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -1003,6 +1003,11 @@ struct btd_device *adapter_get_device(DBusConnection *conn, BDADDR_BREDR); } +sdp_list_t *btd_adapter_get_services(struct btd_adapter *adapter) +{ + return adapter->services; +} + static gboolean discovery_cb(gpointer user_data) { struct btd_adapter *adapter = user_data; diff --git a/src/adapter.h b/src/adapter.h index cd37b15..2f10659 100644 --- a/src/adapter.h +++ b/src/adapter.h @@ -89,6 +89,7 @@ void btd_adapter_get_class(struct btd_adapter *adapter, uint8_t *major, const char *btd_adapter_get_name(struct btd_adapter *adapter); struct btd_device *adapter_get_device(DBusConnection *conn, struct btd_adapter *adapter, const char *address); +sdp_list_t *btd_adapter_get_services(struct btd_adapter *adapter); struct btd_device *adapter_find_device(struct btd_adapter *adapter, const char *dest); -- 1.7.9.5 -- 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