Diff between ea7c480d144e80ca6a5e0c57d266e3beaa930818 and 60afcc6e5aa9af6c934144a0126f0a57060542f6

Changed Files

File Additions Deletions Status
android/socket.c +1 -0 modified

Full Patch

diff --git a/android/socket.c b/android/socket.c
index 99d6bec..2b836e9 100644
--- a/android/socket.c
+++ b/android/socket.c
@@ -360,6 +360,7 @@ static sdp_record_t *create_app_record(uint8_t chan,
 	uuid_t uuid;
 
 	sdp_uuid128_create(&uuid, app_uuid);
+	sdp_uuid128_to_uuid(&uuid);
 
 	record = create_rfcomm_record(chan, &uuid, svc_name, false);
 	if (!record)