summaryrefslogtreecommitdiffstats
path: root/src/handsfree-audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/handsfree-audio.c')
-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)