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:
fa105c4
)
handsfree: Add new driver method for HF indicators
author
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Jan 2014 04:06:03 +0000
(22:06 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000
(13:40 -0500)
include/handsfree.h
patch
|
blob
|
history
diff --git
a/include/handsfree.h
b/include/handsfree.h
index 9f4d0e231e6d0f4c8fb99d45b4f97744ef833c70..c977be07c950cdb0417f4b4d0cc2a59504c1d6a3 100644
(file)
--- a/
include/handsfree.h
+++ b/
include/handsfree.h
@@
-56,6
+56,9
@@
struct ofono_handsfree_driver {
ofono_handsfree_cb_t cb, void *data);
void (*disable_nrec)(struct ofono_handsfree *hf,
ofono_handsfree_cb_t cb, void *data);
+ void (*hf_indicator)(struct ofono_handsfree *hf,
+ unsigned short indicator, unsigned int value,
+ ofono_handsfree_cb_t cb, void *data);
};
void ofono_handsfree_set_ag_features(struct ofono_handsfree *hf,