ofono/drivers/hfpmodem
Sergio Checa Blanco 65be2b344c hfpmodem: Split AT+VTS command into multiple +VTS
According to the standard "3GPP 27.007 v6.8.0" Appendix C.2.11,
when sending multiple DTMF characters, these must go in individual
+VTS commands for each tone. This adopts the AT modem approach.

Before: AT+VTS=1234\r
After:  AT+VTS=1;+VTS=2;+VTS=3;+VTS=4\r
2014-06-21 11:45:44 -05:00
..
call-volume.c hfpmodem: Avoid segfault in call-volume 2011-10-21 13:17:17 -05:00
devinfo.c hfpmodem: devinfo atom added to export BT address 2011-10-21 13:19:17 -05:00
handsfree.c handsfree: Rename driver function 2014-04-10 10:04:36 -05:00
hfpmodem.c git: Fixup messed up permissions 2013-12-21 13:39:54 -06:00
hfpmodem.h git: Fixup messed up permissions 2013-12-21 13:39:54 -06:00
network-registration.c hfpmodem: Fix segfault in CIEV GAtChat callback 2013-02-21 17:09:54 -06:00
siri.c git: Fixup messed up permissions 2013-12-21 13:39:54 -06:00
slc.c hfp: Use enum from hfp.h 2014-03-19 10:24:57 -05:00
slc.h hfp: Use enum from hfp.h 2014-03-19 10:24:57 -05:00
voicecall.c hfpmodem: Split AT+VTS command into multiple +VTS 2014-06-21 11:45:44 -05:00