Return-Path: From: Ravi kumar Veeramally To: linux-bluetooth@vger.kernel.org Cc: Ravi kumar Veeramally Subject: [PATCH_v2 04/11] android/hid: Add missing hid send data parameters in ipc document Date: Fri, 8 Nov 2013 00:10:13 +0200 Message-Id: <1383862220-29968-5-git-send-email-ravikumar.veeramally@linux.intel.com> In-Reply-To: <1383862220-29968-1-git-send-email-ravikumar.veeramally@linux.intel.com> References: <1383862220-29968-1-git-send-email-ravikumar.veeramally@linux.intel.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- 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 297f565..91ea280 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. -- 1.8.3.2