summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-17 16:59:40 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-17 16:59:40 +0300
commit7c9e18eb90954f7534dedb9cfaa55dd1180edc0a (patch)
treeefa1e570c21a5290e2e1521d9a33de19ec1909c1 /audio/telephony.h
parentdba1d9703c58940f0ed9ba7615380c9feb7dbcdb (diff)
Implement better support for AT+CHLD=<n>
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 4e04e71c..5e972e74 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -145,6 +145,7 @@ void telephony_transmit_dtmf_req(void *telephony_device, char tone);
void telephony_subscriber_number_req(void *telephony_device);
void telephony_list_current_calls_req(void *telephony_device);
void telephony_operator_selection_req(void *telephony_device);
+void telephony_call_hold_req(void *telephony_device, const char *cmd);
/* AG responses to HF requests. These are implemented by headset.c */
int telephony_event_reporting_rsp(void *telephony_device, cme_error_t err);
@@ -157,6 +158,7 @@ int telephony_transmit_dtmf_rsp(void *telephony_device, cme_error_t err);
int telephony_subscriber_number_rsp(void *telephony_device, cme_error_t err);
int telephony_list_current_calls_rsp(void *telephony_device, cme_error_t err);
int telephony_operator_selection_rsp(void *telephony_device, cme_error_t err);
+int telephony_call_hold_rsp(void *telephony_device, cme_error_t err);
/* Event indications by AG. These are implemented by headset.c */
int telephony_event_ind(int index);
@@ -164,7 +166,7 @@ int telephony_response_and_hold_ind(int rh);
int telephony_incoming_call_ind(const char *number, int type);
int telephony_calling_stopped_ind(void);
int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
- int rh);
+ int rh, const char *chld);
int telephony_list_current_call_ind(int idx, int dir, int status, int mode,
int mprty, const char *number,
int type);