diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-31 12:51:49 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-31 12:51:49 +0000 |
commit | 814aed96a2c0afa4218cc4384425934fd30faa68 (patch) | |
tree | 282ce6614f1d90febd43fa05fcf03847831a0ee7 /audio/headset.c | |
parent | 06e91735ba34f0f445badc796eeeb8f52e881281 (diff) |
Add support for configuration file
Diffstat (limited to 'audio/headset.c')
-rw-r--r-- | audio/headset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c index d9e26459..45f989bc 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -1702,7 +1702,8 @@ gboolean headset_is_connected(headset_t *headset) return FALSE; } -int headset_server_init(DBusConnection *conn, gboolean no_hfp) +int headset_server_init(DBusConnection *conn, gboolean no_hfp, + gboolean sco_hci) { uint8_t chan = DEFAULT_HS_AG_CHANNEL; sdp_buf_t buf; |