summaryrefslogtreecommitdiffstats
path: root/audio/manager.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-10 14:53:30 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-10 14:53:30 +0200
commit05e28841e373ae34278288724d3d3f8af5ae68b0 (patch)
tree6e53b710e3ff0eb9059767a42d2376d28163331a /audio/manager.h
parent0e073403c77dd0906cd89dbd2d2b6707f4493188 (diff)
Make server_is_enabled simply use the config file values for now
There's something broken in the "profile enabled" logic at the moment which makes server_is_enabled return FALSE sometimes when it shouldn't which causes the necessary interface not to be added to remote device objects. Use simply the config file values for now since we don't support per-adapter server configuration anyway.
Diffstat (limited to 'audio/manager.h')
-rw-r--r--audio/manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/manager.h b/audio/manager.h
index 3af580ff..6dfd7ef3 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -23,6 +23,7 @@
*/
struct enabled_interfaces {
+ gboolean hfp;
gboolean headset;
gboolean gateway;
gboolean sink;