summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:48:01 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:48:01 +0300
commit725ef0d3eb71bb2093343625091c9de9b1d02b14 (patch)
treef869f73c4de8c906d78426262367f88ae50115f2 /audio/telephony.h
parent96cdd87ef17d72053261da7a979ec8627e0a5cd8 (diff)
Use consistent naming for the telephony functions
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index ea4b2eac..f71d52bd 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -70,17 +70,17 @@ int telephony_response_and_hold_req(int rh);
int telephony_response_and_hold_ind(int rh);
-int telephony_last_dialed_number(void);
+int telephony_last_dialed_number_req(void);
-int telephony_terminate_call(void);
+int telephony_terminate_call_req(void);
-int telephony_answer_call(void);
+int telephony_answer_call_req(void);
-int telephony_dial_number(const char *number);
+int telephony_dial_number_req(const char *number);
-int telephony_notify_call(const char *number);
+int telephony_calling_started_ind(const char *number);
-int telephony_stop_calling(void);
+int telephony_calling_stopped_ind(void);
int telephony_ready(uint32_t features, const struct indicator *indicators,
int rh);