summaryrefslogtreecommitdiffstats
path: root/src/emulator.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-19emulator: Use a switch/case instead of ifDenis Kenzior1-5/+10
2011-04-19emulator: Reflow commentsDenis Kenzior1-6/+5
2011-04-19emulator: add +CCWA support for HFP AGFrédéric Danis1-1/+76
2011-04-19emulator: add +CLIP support for HFP AGFrédéric Danis1-1/+81
2011-04-19emulator: add RING for HFP AGFrédéric Danis1-13/+76
2011-04-11emulator: add call, callsetup and callheld cindsFrédéric Danis1-0/+5
2011-03-28Revert dun: Add ATX command in emulator (X0 only)Denis Kenzior1-56/+1
2011-03-25dun: Add ATX command in emulator (X0 only)Olivier Guiter1-1/+56
2011-03-15emulator: fix some indentation issuesGuillaume Zajac1-58/+58
2011-02-24emulator: add support of void parameters in CMERFrédéric Danis1-12/+12
2011-02-24emulator: Remove unneeded parensDenis Kenzior1-1/+1
2011-02-23emulator: return if SLC is not yet establishedDenis Kenzior1-1/+3
2011-02-23emulator: add BRSF supportFrédéric Danis1-1/+44
2011-02-23emulator: add CMER supportFrédéric Danis1-2/+105
2011-02-23emulator: Reflow the code slightlyDenis Kenzior1-14/+12
2011-02-23emulator: add CIND supportFrédéric Danis1-0/+81
2011-02-23emulator: add support of indicatorsFrédéric Danis1-0/+74
2011-02-23emulator: Disable echo for hfp emulatorsFrédéric Dalleau1-0/+2
2011-02-19emulator: fix whitespace corruptionDenis Kenzior1-1/+1
2011-02-18emulator: add dialing supportGustavo F. Padovan1-0/+121
2011-02-17emulator: always create emulators in offline stateFrédéric Danis1-1/+2
2011-02-17emulator: unref GIOChannel after creationFrédéric Dalleau1-0/+2
2011-02-16emulator: Handle multiple emulator typesFrédéric Danis1-2/+12
2011-02-16emulator: Initial public API implementationDenis Kenzior1-0/+153
2011-02-10emulator: Add basic emulator skeletonDenis Kenzior1-0/+112