summaryrefslogtreecommitdiffstats
path: root/include/stk.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-07-15include: Add driver api for user confirmationJeevaka Badrappan1-0/+1
2010-10-27stk: Remove ofono_stk_terminal_response_sent_notifyDenis Kenzior1-3/+0
Not needed for now. We can always put this back in later if need be.
2010-10-14API for STK driver to signal executed commandsAndrzej Zaborowski1-0/+7
Some modems are able to handle some proactive commands in their firmware or otherwise, if the command doesn't require input from user. Nevertheles ofono may need to update internal state or notify the user where necessary. With this api the driver can notify core that a command is being executed in the modem or that a command is finished executing and the TERMINAL RESPONSE has been sent to SIM. It would also be possible for a driver to handle a command.
2010-07-08stk: Utilities for proactive command/envelope handling.Andrzej Zaborowski1-0/+2
2010-04-15Fix: No glib types in oFono public APIDenis Kenzior1-1/+1
2010-04-15Fix: Style issues in stk driver APIDenis Kenzior1-9/+10
2010-04-15Add Sim Toolkit atomAndrzej Zaborowski1-0/+71
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver