Return-Path: From: Lukasz Rymanowski To: linux-bluetooth@vger.kernel.org Cc: Lukasz Rymanowski Subject: [PATCH v2 00/10] shared\hfp: Add support for HFP-HF Date: Mon, 3 Nov 2014 10:35:51 +0100 Message-Id: <1415007361-4177-1-git-send-email-lukasz.rymanowski@tieto.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: This set is continuation of adding support for HFP-HF. Most of the patches is refactor of handling hfp result. No it is commong hfp_context which can be parsed by GW and HF with API funtions hfp_context_* There is also CME ERROR handling added and couple of unit test. v2 * rebase * Handled Marcin comment. * Added two more patches for skipping field in hfp_context Lukasz Rymanowski (10): shared/hfp: Rename hfp_gw_result to hfp_context shared/hfp: Rename hfp_hf_result to common hfp_context shared/hfp: Rename functions operating on context shared/hfp: Add handling +CME ERROR to parser shared/hfp: Minor fix in container close function shared/hfp: Add hfp_context_get_range function unit/hfp: Add unit tests for parsing hfp_context unit/hfp: Add test for +CME ERROR: response shared/hfp: Add function to skip field in hfp_context unit/test-hfp: Test for skip hfp_context field android/handsfree.c | 184 ++++++++++++++++++++-------------------- src/shared/hfp.c | 237 +++++++++++++++++++++++++++++++++------------------- src/shared/hfp.h | 35 ++++---- unit/test-hfp.c | 136 +++++++++++++++++++++++++++--- 4 files changed, 389 insertions(+), 203 deletions(-) -- 1.8.4