From 3bb7bf627c5d0f8adb44fe8f0d9c88cc3fc8a070 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 4 Sep 2008 13:24:06 +0300 Subject: Implement basic event reporting support --- audio/telephony.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/telephony.h') diff --git a/audio/telephony.h b/audio/telephony.h index 8b8ebf12..5538898a 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -45,5 +45,9 @@ void telephony_features_rsp(uint32_t features); struct indicator *telephony_indicators_req(void); +int telephony_set_event_reporting(int ind); + +int telephony_report_event(int index, int value); + int telephony_init(void); void telephony_exit(void); -- cgit