diff options
author | Frédéric Danis <frederic.danis@linux.intel.com> | 2011-06-20 17:13:47 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-06-19 06:31:40 -0500 |
commit | 41bea0be674421a152c417c2b80a40876fc22585 (patch) | |
tree | 930cafc97788308a47bffbf132d5541a633b9dce /plugins | |
parent | 3bcaa862f806e686c85811251164a876d42f3d06 (diff) | |
download | ofono-41bea0be674421a152c417c2b80a40876fc22585.tar.bz2 |
hfp_ag: fix SDP record
HFP AG supports 3 way calls
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hfp_ag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp_ag.c b/plugins/hfp_ag.c index 17751ad2..191708b7 100644 --- a/plugins/hfp_ag.c +++ b/plugins/hfp_ag.c @@ -81,7 +81,7 @@ static const gchar *hfp_ag_record = " </attribute>\n" "\n" " <attribute id=\"0x0311\">\n" -" <uint16 value=\"0x0000\" />\n" +" <uint16 value=\"0x0001\" />\n" " </attribute>\n" "</record>\n"; |