From f180e868c4bb1e62e94e8f0dc26295f1ac5ddb57 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Fri, 8 Nov 2013 00:10:13 +0200 Subject: [PATCH] android/hid: Add missing hid send data parameters in ipc document --- android/hal-ipc-api.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 297f56502..91ea28074 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -566,7 +566,9 @@ Commands and responses: Opcode 0x09 - Send Data command/response Command parameters: Remote address (6 octets) - ... + Data length (2 octets) + Data (Data length) + Response parameters: In case of an error, the error response will be returned. -- 2.47.3