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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html