include: Add ofono_handsfree_audio_has_wideband()

As we can assume that the CVSD codec will be always available, the only
information that we need to export is if we have support for wideband
codecs.  Right now only mSBC is defined as wideband.
This commit is contained in:
Vinicius Costa Gomes 2013-04-08 19:40:59 -03:00 committed by Denis Kenzior
parent 3715103654
commit 9b4ac07051
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ struct ofono_handsfree_card *ofono_handsfree_card_create(unsigned int vendor,
int ofono_handsfree_card_register(struct ofono_handsfree_card *card);
void ofono_handsfree_card_remove(struct ofono_handsfree_card *card);
ofono_bool_t ofono_handsfree_audio_has_wideband(void);
void ofono_handsfree_card_set_data(struct ofono_handsfree_card *card,
void *data);
void *ofono_handsfree_card_get_data(struct ofono_handsfree_card *card);