OSDN Git Service

Conference calling via HFP
authorSanket Agarwal <sanketa@google.com>
Thu, 30 Jun 2016 21:52:54 +0000 (14:52 -0700)
committerSanket Agarwal <sanketa@google.com>
Wed, 6 Jul 2016 21:46:14 +0000 (21:46 +0000)
commit2b32bc5c037a04239b24e3bdb7d193d0091eac02
tree97147c68cebab98bb5859c527aafd3b36894d443
parent528d6d6ec690c24cf2e7f3876416dfd562e184ba
Conference calling via HFP

Following scenarios are supported:
1. Accepting incoming call when there is an active call (Call Waiting)
-- We always put the active call on hold.
2. Rejecting incming call when there is an active call (Call Waiting)
3. Merging calls after (1) and going into a conference
4. Ending the conference

Bug: b/29898872
Change-Id: I630bf6d7149fc12eea67f4a49b24fe500f3913d3
(cherry picked from commit 94e2ae2ef4aa4d08855d829251da20585ad977d1)
src/com/android/bluetooth/hfpclient/HeadsetClientService.java
src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java
src/com/android/bluetooth/hfpclient/connserv/HfpClientConnection.java
src/com/android/bluetooth/hfpclient/connserv/HfpClientConnectionService.java