Diff between f2c5b6e34ce4617924877a6ebc31f7b4341ac5b9 and 0d6a62ff2458cad42b24c9e8e8eab5939b4b456a

Changed Files

File Additions Deletions Status
android/audio-msg.h +1 -2 modified

Full Patch

diff --git a/android/audio-msg.h b/android/audio-msg.h
index 438bc18..1e0d5cf 100644
--- a/android/audio-msg.h
+++ b/android/audio-msg.h
@@ -42,10 +42,9 @@ struct audio_preset {
 } __attribute__((packed));
 
 struct audio_cmd_open {
-	uint16_t uuid;
+	uint8_t uuid[16];
 	uint8_t codec;
 	uint8_t presets;
-	uint8_t len;
 	struct audio_preset preset[0];
 } __attribute__((packed));