This patch will start providing an HSP profile implementation in oFono. This is work in progress, and based of what was done for HFP profile. Next step is to add an audio connection it will be done in a separate patch since it must be discussed.
Frédéric Dalleau (5): hsp_ag: Initial plugin commit hsp_ag: add modem watch hsp_ag: add hsp emulator type hsp_ag: add hsp atom type hsp_ag: change emulator type to hsp Makefile.am | 3 + include/emulator.h | 1 + plugins/hsp_ag.c | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/emulator.c | 4 + src/ofono.h | 1 + 5 files changed, 208 insertions(+), 0 deletions(-) create mode 100644 plugins/hsp_ag.c _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
