[PATCH] voicecall: add +VTS support for HFP emulator

2011-05-16 Thread Frédéric Dalleau
--- src/voicecall.c | 43 +++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index d46f463..846c1c4 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -2421,6 +2421,10 @@ static void emulator_hfp_unregi

Re: [PATCH] voicecall: add +VTS support for HFP emulator

2011-05-19 Thread Denis Kenzior
Hi Frédéric, > +static void emulator_vts_cb(struct ofono_emulator *em, > + struct ofono_emulator_request *req, void *userdata) > +{ > + struct ofono_voicecall *vc = userdata; > + struct ofono_error result; > + const char *str; > + > + switch (ofono_emulator_requ