From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 1/2] android/hal-ipc-api: Fix not describing call numbers as strings Date: Mon, 10 Mar 2014 12:49:20 +0100 Message-ID: <6430330.dRIiQfYFGG@uw000953> In-Reply-To: <1394296531-22469-1-git-send-email-szymon.janc@tieto.com> References: <1394296531-22469-1-git-send-email-szymon.janc@tieto.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Saturday 08 of March 2014 17:35:30 Szymon Janc wrote: > --- > android/hal-ipc-api.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt > index 1ecf75f..e4a4e9c 100644 > --- a/android/hal-ipc-api.txt > +++ b/android/hal-ipc-api.txt > @@ -898,7 +898,7 @@ Commands and responses: > Call mode (1 octet) > Call multiparty type (1 octet) > Call number type (1 octet) > - Call number (variable) > + Call number (string) > Response parameters: > > Valid call directions: 0x00 = Outgoing > @@ -930,7 +930,7 @@ Commands and responses: > Number of held calls (1 octet) > Call setup state (1 octet) > Call number type (1 octet) > - Call number (variable) > + Call number (string) > Response parameters: > > Valid call setup states: 0x00 = Active > Patch 1 is now pushed. -- Best regards, Szymon Janc