From 9b4ac07051344943a1884338485f8cc46aaec611 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Mon, 8 Apr 2013 19:40:59 -0300 Subject: 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. --- include/handsfree-audio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h index 49b0605d..82d13128 100644 --- a/include/handsfree-audio.h +++ b/include/handsfree-audio.h @@ -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); -- cgit v1.2.3