From e2785b1865e5ca414218841e337804b288a10b38 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 1 Feb 2014 09:04:17 -0600 Subject: [PATCH] include: Add API to (de)activate HF indicators --- include/emulator.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/emulator.h b/include/emulator.h index 5cd894bc..5e8d431f 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -104,6 +104,9 @@ enum ofono_emulator_request_type ofono_emulator_request_get_type( void ofono_emulator_set_indicator(struct ofono_emulator *em, const char *name, int value); +void ofono_emulator_set_hf_indicator_active(struct ofono_emulator *em, + int indicator, + ofono_bool_t active); #ifdef __cplusplus }