summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/voicecall.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12hfpmodem: Handle repeated held call indicatorKuba Pawlak1-0/+11
2015-08-24hfp: Handle extra CCWA eventKuba Pawlak1-0/+10
2015-08-05hfp: Synchronize call state in case of +CHUP errorKuba Pawlak1-0/+4
2015-06-04hfpmodem: Fix connecting to AG with existing mptyKuba Pawlak1-0/+20
2015-02-20hfpmodem: Make sure to use none_prefixDenis Kenzior1-2/+2
2014-06-30hfpmodem: Fix crash with more than two callsSergio Checa Blanco1-1/+1
2014-06-21hfpmodem: Split AT+VTS command into multiple +VTSSergio Checa Blanco1-3/+8
2014-05-30hfp: Fix case where RING never arrivesDenis Kenzior1-1/+28
2014-03-19hfp: Use enum from hfp.hDenis Kenzior1-8/+9
2013-09-12hfpmodem: Call ofono_voicecall_mpty_hint as neededDenis Kenzior1-2/+7
2013-08-25hfp: Set UDUB affected set to WAITING onlyDenis Kenzior1-2/+1
2013-08-25hfp: Fix up disconnect reason handling for +CHUPDenis Kenzior1-1/+6
2013-01-21hfpmodem: Add comment for previous commitDenis Kenzior1-0/+5
2013-01-21hfpmodem: Fix release-and-swap without +CIEVMikel Astiz1-1/+45
2013-01-21hfpmodem: Avoid transitional voicecall statesMikel Astiz1-2/+12
2013-01-21hfpmodem: Refactor voicecall notify with foreachMikel Astiz1-3/+9
2012-04-11hfpmodem: use full CLCC handling in dialing caseMichael Brudevold1-67/+1
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-08-05hfpmodem: Fix g_at_chat leakFrédéric Dalleau1-0/+1
2011-07-25hfpmodem: fix callheld indicatorFrédéric Danis1-1/+15
2011-07-21hfp_hf: Reorganize common code into hfpmodemDenis Kenzior1-8/+10
2011-03-17hfp: Fix some whitespace issuesDenis Kenzior1-2/+2
2011-02-05hfpmodem: M16 coding style fixJeevaka Badrappan1-1/+1
2011-02-05hfpmodem: Use defined call_status enumJeevaka Badrappan1-5/+7
2011-02-01hfpmodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-01-29hfpmodem: remove NULL checkJeevaka Badrappan1-4/+0
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-2/+2
2011-01-14hfpmodem: Incorrect string length in dtmf buf.Helen Clemson1-3/+2
2011-01-12hfpmodem: M15 coding style fixJeevaka Badrappan1-2/+2
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-16/+14
2010-09-14Fix common misspellings in driversLucas De Marchi1-1/+1
2010-08-16hfpmodem: Remove useless NULL checks before g_freeMarcel Holtmann1-8/+4
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-03-09Fix Don't check CLIR CUG option in hfp_dialZhenhua Zhang1-4/+0
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior1-13/+0
2010-02-08Fix: Don't use ofono_debug directly in pluginsDenis Kenzior1-3/+3
2010-02-05Fix: Use snprintf instead of sprintf in HFPDenis Kenzior1-4/+4
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Repeat for driversDenis Kenzior1-2/+4
2009-12-09Style: Fix style issues in hfpmodemDenis Kenzior1-6/+9
2009-12-09Add clip_timeout for notify incoming callZhenhua Zhang1-0/+38
2009-12-09Add poll_clcc if we are in multiparty callZhenhua Zhang1-0/+37
2009-12-09Add multiparty call support for hfpmodemZhenhua Zhang1-3/+53
2009-12-09Add hfp_release_specific to release specific callZhenhua Zhang1-1/+50
2009-12-08Style: Remove empty lineDenis Kenzior1-1/+0
2009-12-08Fix update hfp_hangup to release active callZhenhua Zhang1-2/+2
2009-12-04Make sure to list calls in HFP voicecall driverDenis Kenzior1-0/+18
2009-12-04Add hfp_send_dtmf to send tones for hfpmodemZhenhua Zhang1-1/+40
2009-12-04Update HFP voicecall driver to new world orderDenis Kenzior1-10/+7
2009-12-04Get rid of list_calls in hfp driverDenis Kenzior1-1/+0