Commit: d68c6e6fe695219e73c808621e839d1d8e9d0036
Parent: db2e1d0b21820afde57582cd34d3eb066bed7022
Author: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Committer: Szymon Janc <szymon.janc@tieto.com>
Date: 2014-10-28 09:12:24
Tree: e5553a9156c8d7dd36a736e988b0f0cb7e0ee4bb

shared/hfp: Add send AT command API for HFP HF This patch adds handling send and response of AT command. Note that we always wait for AT command response before sending next command, however user can fill hfp_hf with more than one command. All the commands are queued and send one by one.

Diffstat

M src/shared/hfp.c | 162 ++++++++++++++++++++++++++++++++++++++++
M src/shared/hfp.h | 6 ++++++

2 files changed, 168 insertions(+), 0 deletions(-)

View Full Diff | Patch