Return-Path: From: Szymon Janc To: Will Wang Cc: marcel@holtmann.org, gustavo@padovan.org, johan.hedberg@gmail.com, linux-bluetooth@vger.kernel.org Subject: Re: [PATCH v2 0/3] Fix missing HFP WBS callback Date: Tue, 01 Sep 2015 21:05:33 +0200 Message-ID: <3678158.lzaNHy860j@ix> In-Reply-To: <1440758430-24935-1-git-send-email-wiwang@mozilla.com> References: <1440758430-24935-1-git-send-email-wiwang@mozilla.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-ID: Hi Will, On Friday, August 28, 2015 06:40:27 PM Will Wang wrote: > Hi, > > This set of patches: > - Add HFP Wideband speech(WBS) callback function for Android. > - Add a new opcode 0x91 for WBS Command notification. > > v1->v2: > - Move #if into function to avoid breaking compilation > on Android KitKat. > > The patches has been tested on Nexus 5 with Android 5.0.1 Lollipop, > and passed the PTS test "TC_AG_ACC_BI_12_I", the Android framework > outputs log such as: > > 08-20 18:29:39.932 E/BluetoothHeadsetServiceJni( 1442): mozzz: wbs_callback > ... > 08-20 18:29:39.933 D/HeadsetStateMachine( 1442): EVENT_TYPE_WBS codec is 1 > 08-20 18:29:39.935 D/HeadsetStateMachine( 1442): AudioManager.setParameters > bt_wbs=off for PTS-HFP-MOZILLA-TPE-PC - 00:1B:DC:07:2F:9A 08-20 > 18:29:39.936 D/audio_hw_primary( 215): adev_set_parameters: enter: > bt_wbs=off > > Thanks Szymon Janc(:sjanc)'s speedy reply of the patch process questions > on IRC, and Shawn Huang(:shawnjohnjr)'s technical support. > > > Will Wang (3): > android/hal-ipc-api: Fix missing HFP WBS callback > android/hal-handsfree: Fix missing HFP WBS callback > android/handsfree: Fix missing HFP WBS callback > > android/hal-handsfree.c | 12 ++++++++++++ > android/hal-ipc-api.txt | 8 ++++++++ > android/hal-msg.h | 6 ++++++ > android/handsfree.c | 8 ++++++++ > 4 files changed, 34 insertions(+) Patches applied, thanks. -- BR Szymon Janc