Diff between f180e868c4bb1e62e94e8f0dc26295f1ac5ddb57 and 3e60caf6778ef5b1495a7d5612126ff5598b4df3

Changed Files

File Additions Deletions Status
android/hal-msg.h +3 -1 modified

Full Patch

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 7045c8c..29fc6e6 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -298,7 +298,9 @@ struct hal_cmd_hidhost_set_report {
 
 #define HAL_OP_HIDHOST_SEND_DATA		0x09
 struct hal_cmd_hidhost_send_data {
-	uint8_t bdaddr[6];
+	uint8_t  bdaddr[6];
+	uint16_t len;
+	uint8_t  data[0];
 } __attribute__((packed));
 
 /* a2dp HAL API */