handsfree-audio: Implement ofono_handsfree_audio_has_defer_setup()
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>
Thu, 25 Apr 2013 19:05:16 +0000 (16:05 -0300)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 25 Apr 2013 22:51:15 +0000 (17:51 -0500)
src/handsfree-audio.c

index dc378534ca9de984daeae4f6905a3904a5f47373..d78498a0a557d625e7c7b8ec9a89b5f3a5634db3 100644 (file)
@@ -562,6 +562,11 @@ ofono_bool_t ofono_handsfree_audio_has_wideband(void)
        return has_wideband;
 }
 
+ofono_bool_t ofono_handsfree_audio_has_defer_setup(void)
+{
+       return defer_setup == 1;
+}
+
 static void agent_free(struct agent *agent)
 {
        if (agent->watch > 0)