projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66225c5
)
handsfree-audio: Implement ofono_handsfree_audio_has_defer_setup()
author
Vinicius Costa Gomes
<vinicius.gomes@openbossa.org>
Thu, 25 Apr 2013 19:05:16 +0000
(16:05 -0300)
committer
Denis Kenzior
<denkenz@gmail.com>
Thu, 25 Apr 2013 22:51:15 +0000
(17:51 -0500)
src/handsfree-audio.c
patch
|
blob
|
history
diff --git
a/src/handsfree-audio.c
b/src/handsfree-audio.c
index dc378534ca9de984daeae4f6905a3904a5f47373..d78498a0a557d625e7c7b8ec9a89b5f3a5634db3 100644
(file)
--- 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)