summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 14:15:20 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 14:15:20 +0300
commit842ed094ea0d3d591685ea3ac3423b3a57009246 (patch)
tree907bf1daef4fae6632a22ceb5e31e563505904ac /audio/telephony.h
parent3bb7bf627c5d0f8adb44fe8f0d9c88cc3fc8a070 (diff)
Implement basic HFP response and hold support
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 5538898a..21d5af4d 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -45,9 +45,13 @@ void telephony_features_rsp(uint32_t features);
struct indicator *telephony_indicators_req(void);
-int telephony_set_event_reporting(int ind);
+int telephony_event_reporting_req(int ind);
-int telephony_report_event(int index, int value);
+int telephony_event_ind(int index, int value);
+
+int telephony_response_and_hold_req(int rh);
+
+int telephony_response_and_hold_ind(int rh);
int telephony_init(void);
void telephony_exit(void);