From 1d1219ab4437f0b1c1cc826d11dc4c995579cb1c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 5 Sep 2008 12:58:24 +0300 Subject: Implement answer call functionality (ATA) --- audio/telephony.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/telephony.h') diff --git a/audio/telephony.h b/audio/telephony.h index 60b1d423..55e64e98 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -54,6 +54,8 @@ int telephony_last_dialed_number(void); int telephony_terminate_call(void); +int telephony_answer_call(void); + int telephony_ready(uint32_t features, struct indicator *indicators, int rh); /* Helper function for quick indicator updates */ -- cgit