Diff between 6a7fe599e70b85af4369cab49529c658b3437494 and b84bd5ee0b76155c3d3acc2d70e10a020ccf1bbb

Changed Files

File Additions Deletions Status
src/profile.c +0 -3 modified

Full Patch

diff --git a/src/profile.c b/src/profile.c
index f008834..9ccdd90 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1595,9 +1595,6 @@ static void record_cb(sdp_list_t *recs, int err, gpointer user_data)
 		if (conn->psm == 0 && sdp_get_proto_desc(protos, OBEX_UUID))
 			conn->psm = get_goep_l2cap_psm(rec);
 
-		conn->features = get_supported_features(rec);
-		conn->version = get_profile_version(rec);
-
 		sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free,
 									NULL);
 		sdp_list_free(protos, NULL);