aboutsummaryrefslogtreecommitdiff
path: root/src/mm-call-qmi.c
AgeCommit message (Collapse)Author
2022-07-16mm-call-qmi: implement DTMF supportDylan Van Assche
Overwrite the base class with a QMI implementation to send DTMF characters during a call. Uses the continuous DTMF QMI messages to support both CDMA and 3GPP networks.
2022-07-16mm-call-qmi: drop unnecessary white spaceDylan Van Assche
2022-07-16mm-call-qmi: fix comment consistencyDylan Van Assche
Do not use caps for 'call'
2021-07-08call-qmi: implement call start, hangup and acceptJoel Selvaraj
2021-07-08call-qmi: new `MMCallQmi' objectJoel Selvaraj