summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-10 17:52:50 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-10 17:52:50 +0300
commit499ab24d27df0ffb1164f4134e7394b2a2292b15 (patch)
tree8902e4ef22292b9eb832525e9751061157458c6a /audio/telephony.h
parent3e34eab99bd769efc756cc8e3a452b00e48de387 (diff)
Implement DTMF tone transmission (AT+VTS)
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 5cca4997..94df9d2a 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -93,6 +93,8 @@ int telephony_calling_stopped_ind(void);
int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
int rh);
+int telephony_transmit_dtmf_req(char tone);
+
/* Helper function for quick indicator updates */
static inline int telephony_update_indicator(struct indicator *indicators,
const char *desc,