Diff between 279a53827334deab5093876e27261d38937bda36 and bb5eda2bc85b68e9cf3908f39972b476afb6633f

Changed Files

File Additions Deletions Status
src/device.c +4 -0 modified

Full Patch

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);