summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2014-01-19 22:06:03 -0600
committerDenis Kenzior <denkenz@gmail.com>2014-10-20 13:40:28 -0500
commit7e3a6628fa2bc27c08c77537bd4d4eb0384a867c (patch)
tree05c0f1dabccc92f5c230258a629c9233a3129431 /include
parentfa105c4ba6dbb7acce585ab6e00f71f2aba9db8f (diff)
downloadofono-7e3a6628fa2bc27c08c77537bd4d4eb0384a867c.tar.bz2
handsfree: Add new driver method for HF indicators
Diffstat (limited to 'include')
-rw-r--r--include/handsfree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/handsfree.h b/include/handsfree.h
index 9f4d0e23..c977be07 100644
--- 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,