From 1c518564340df85d1dbd3d5925ca33f06a8b4086 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Mon, 8 Apr 2013 19:41:00 -0300 Subject: handsfree-audio: Implement ofono_handsfree_audio_has_wideband --- src/handsfree-audio.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/handsfree-audio.c b/src/handsfree-audio.c index 3f24a2a0..699c8cca 100644 --- a/src/handsfree-audio.c +++ b/src/handsfree-audio.c @@ -71,6 +71,7 @@ static int ref_count = 0; static GSList *card_list = 0; static guint sco_watch = 0; static GSList *drivers = 0; +static ofono_bool_t has_wideband = FALSE; static void send_new_connection(const char *card, int fd) { @@ -541,6 +542,11 @@ void ofono_handsfree_card_remove(struct ofono_handsfree_card *card) g_free(card); } +ofono_bool_t ofono_handsfree_audio_has_wideband(void) +{ + return has_wideband; +} + static void agent_free(struct agent *agent) { if (agent->watch > 0) -- cgit v1.2.3