include: Add API to set HF AG supported features

This commit is contained in:
Mikel Astiz 2011-10-20 18:38:12 +02:00 committed by Denis Kenzior
parent 3316ee36cd
commit fddc3b6733
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ struct ofono_handsfree_driver {
void *data);
};
void ofono_handsfree_set_ag_features(struct ofono_handsfree *hf,
unsigned int ag_features);
void ofono_handsfree_set_inband_ringing(struct ofono_handsfree *hf,
ofono_bool_t enabled);