summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 8b8ebf12..4cc74ede 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -40,10 +40,15 @@ struct indicator {
int val;
};
-int telephony_features_req(void);
-void telephony_features_rsp(uint32_t features);
+int telephony_event_reporting_req(int ind);
-struct indicator *telephony_indicators_req(void);
+int telephony_event_ind(int index);
+
+int telephony_response_and_hold_req(int rh);
+
+int telephony_response_and_hold_ind(int rh);
+
+int telephony_ready(uint32_t features, struct indicator *indicators, int rh);
int telephony_init(void);
void telephony_exit(void);