From 42aeb1a8ecb71c7719035fde027cdda307a1d12f Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Sat, 8 Mar 2014 14:01:17 +0100 Subject: [PATCH] android/hal-ipc-api: Fix not describing call numbers as strings --- 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 1ecf75f4f..e4a4e9cb2 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 -- 2.47.3