summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2013-04-25 16:05:16 -0300
committerDenis Kenzior <denkenz@gmail.com>2013-04-25 17:51:15 -0500
commit4b067e6ffa8adbd8468213aec7e4da804a592f50 (patch)
tree0c9f05dd95570564a9e241e0584161cb9df3e8ed /src
parent66225c5ebda3a0514cfe92536726d18502c62bd4 (diff)
downloadofono-4b067e6ffa8adbd8468213aec7e4da804a592f50.tar.bz2
handsfree-audio: Implement ofono_handsfree_audio_has_defer_setup()
Diffstat (limited to 'src')
-rw-r--r--src/handsfree-audio.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/handsfree-audio.c b/src/handsfree-audio.c
index dc378534..d78498a0 100644
--- a/src/handsfree-audio.c
+++ b/src/handsfree-audio.c
@@ -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)