summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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,