summaryrefslogtreecommitdiffstats
path: root/bta/ag
Commit message (Collapse)AuthorAgeFilesLines
* Update HFP version in SDP to 1.6Ravi Nagarajan2012-09-101-4/+0
| | | | | | | | | Stack supports AT+BIA, which is mandatory for HFP 1.6 support. WBS is optional, hence does not impact the HFP version. Update HFP version in SDP to be 1.6 bug 7127626 Change-Id: I7dcd6edc3299b267a737d281c1663a2db2ef591a
* Avoid duplicate unsolicited indicatorsRavi Nagarajan2012-08-142-0/+37
| | | | | | | | Avoid duplicate notifications for service, signal, roam and battery charge bug 6983415 Change-Id: If68ea7315de4f964e7fb83a6a628c8d2c29a333d
* Handle AG SLC setup timeoutRavi Nagarajan2012-07-142-2/+2
| | | | | | If the AG SLC is not setup within 10 seconds, disconnect the link Change-Id: If60338e821e575bf46bb81a5f3a640b7d530eb2f
* Match the call and callheld indicator status in CIND with CLCC. call ↵Ravi Nagarajan2012-07-141-1/+2
| | | | | | indicates call in progress (active+held), callheld has three values 0, 1, 2 depending on active and held status Change-Id: I35442ed36036c93ae92a27a12c60ebb4842992de
* Resolve HFP PTS issues related to 3way calling. Following were the changesRavi Nagarajan2012-07-141-1/+1
| | | | | | | | 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
* Before disconnecting, take the link out of sniff and set the L2C idle timer ↵Ravi Nagarajan2012-07-141-0/+6
| | | | | | to 0. Some carkits are re-connecting back, if ACL is not dropped within a short time. Change-Id: Ib4f089a4b426db9a81aff00983645ce430164b75
* Add support for Voice Recognition. Stack will verify that the peer supports ↵Ravi Nagarajan2012-07-141-6/+2
| | | | | | VR prior to sending VR events. Additionally, response to BVRA from headset will come from the app Change-Id: Id00897e92277fec1e8f8f1cdd0596c4435b76e1d
* Handle scenarios where call is incoming/outgoing/connected/waiting when a ↵Ravi Nagarajan2012-07-141-0/+5
| | | | | | headset connects Change-Id: Idcb6390cffdab45e816b232cab65232af1b2b4be
* Initial Bluedroid stack commitAndre Eisenbach2012-07-1412-0/+7398