From 559e6476a17f8bfaff7ad79e0bfc04a87edc044b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 4 Dec 2008 14:13:06 +0200 Subject: Clean up AT+NREC behavior and API In HFP 1.5 only AT+NREC=0 should be possible, but to accomodate for future profile changes make the telephony.h API such that AT+NREC=1 is possible without breaking the API. --- audio/telephony.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/telephony.h') diff --git a/audio/telephony.h b/audio/telephony.h index ac7625ea..084b1571 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -153,7 +153,7 @@ 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); -void telephony_disable_nr_and_ec_req(void *telephony_device); +void telephony_disable_nr_and_ec_req(void *telephony_device, gboolean enable); /* AG responses to HF requests. These are implemented by headset.c */ int telephony_event_reporting_rsp(void *telephony_device, cme_error_t err); -- cgit