--- 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 f0cc800..eb145a5 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -298,7 +298,9 @@ struct hal_cmd_hid_set_report { #define HAL_OP_HID_SEND_DATA 0x09 struct hal_cmd_hid_send_data { - uint8_t bdaddr[6]; + uint8_t bdaddr[6]; + uint16_t len; + uint8_t data[670]; } __attribute__((packed)); #define HAL_OP_AV_CONNECT 0x01 -- 1.8.1.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