projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1b213
)
include: Add API to (de)activate HF indicators
author
Denis Kenzior
<denkenz@gmail.com>
Sat, 1 Feb 2014 15:04:17 +0000
(09:04 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000
(13:40 -0500)
include/emulator.h
patch
|
blob
|
history
diff --git
a/include/emulator.h
b/include/emulator.h
index 5cd894bc89e942e81d8159f506640877d62efd99..5e8d431f0fb0eb9af75f5cc1c2c17c6a3770fd49 100644
(file)
--- 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
}