summaryrefslogtreecommitdiff
path: root/include/stk.h
Commit message (Collapse)AuthorAgeFilesLines
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* include: Add driver api for user confirmationJeevaka Badrappan2011-07-151-0/+1
|
* stk: Remove ofono_stk_terminal_response_sent_notifyDenis Kenzior2010-10-271-3/+0
| | | | Not needed for now. We can always put this back in later if need be.
* API for STK driver to signal executed commandsAndrzej Zaborowski2010-10-141-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.
* stk: Utilities for proactive command/envelope handling.Andrzej Zaborowski2010-07-081-0/+2
|
* Fix: No glib types in oFono public APIDenis Kenzior2010-04-151-1/+1
|
* Fix: Style issues in stk driver APIDenis Kenzior2010-04-151-9/+10
|
* Add Sim Toolkit atomAndrzej Zaborowski2010-04-151-0/+71
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver