From 7ca15ca81eee23a930eecc9f388cc73b4efc1994 Mon Sep 17 00:00:00 2001 From: Ravi Nagarajan Date: Wed, 11 Apr 2012 12:07:09 +0530 Subject: Resolve HFP PTS issues related to 3way calling. Following were the changes 1. Enable the feature in stack to avoid sending duplicate indicators 2. AT command response return code was incorrect 3. Update the call indicator to confirm to errata#2043. call=1 implies a call is in progress - either held/active Change-Id: I0243f83697ed7390ec0ad96c525e41ee9d93de2d --- bta/ag/bta_ag_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bta') diff --git a/bta/ag/bta_ag_cmd.c b/bta/ag/bta_ag_cmd.c index 5d60405..7787a75 100644 --- a/bta/ag/bta_ag_cmd.c +++ b/bta/ag/bta_ag_cmd.c @@ -1612,7 +1612,7 @@ void bta_ag_hfp_result(tBTA_AG_SCB *p_scb, tBTA_AG_API_RESULT *p_result) break; case BTA_AG_IND_RES: - bta_ag_send_ind(p_scb, p_result->data.ind.id, p_result->data.ind.value, TRUE); + bta_ag_send_ind(p_scb, p_result->data.ind.id, p_result->data.ind.value, FALSE); break; case BTA_AG_BVRA_RES: -- cgit v1.1