OSDN Git Service

Process complete AT cmd response.
authorSatish Kodishala <skodisha@codeaurora.org>
Thu, 11 Feb 2016 17:05:40 +0000 (22:35 +0530)
committerAndre Eisenbach <eisenbach@google.com>
Wed, 23 Mar 2016 17:30:33 +0000 (17:30 +0000)
commit8c10b05eda5f1676668cb1504e976f4437851032
tree3572a809a32592cb775d7512ffd4dadbc84b80f5
parente77ecc51ba21ebcaba74fb8c890bffba14d652bb
Process complete AT cmd response.

Usecase:
1. Enable hf client role and connect with AG.
2. Receive an incoming call and accept from hf client.
3. End call from hf client.
4. Repeat the steps few times.

Failure:
UI is not updated with proper call status although
call is active.

Root cause:
When OK is received as part of AT command response,
application is not updated for it. This caused response
state mismatch in application and hence queue was not
cleared properly.

Fix:
Parse complete AT command response and update application
accordingly.

Change-Id: I8cb2362369b209903700e87330ed2a3e3052b188
bta/hf_client/bta_hf_client_at.c