--- android/hal-msg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/hal-msg.h b/android/hal-msg.h index 08a159e..05c9de0 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 */ -- 1.8.3.2 -- 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