--- src/device.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/device.c b/src/device.c index 9a3202f..1d7094b 100644 --- a/src/device.c +++ b/src/device.c @@ -1546,6 +1546,10 @@ static void primary_cb(GSList *services, guint8 status, gpointer user_data) } device_probe_drivers(device, uuids); + + /* FIXME: Need the correct psm */ + attrib_client_register(device, -1, services); + g_slist_free(uuids); create_device_reply(device, req); -- 1.7.4.1 -- 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