--- android/socket.c | 1 + 1 file changed, 1 insertion(+) 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) -- 1.9.3 -- 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