summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Pelly <>2009-03-25 17:33:54 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-25 17:33:54 -0700
commit02e95fd30e347523c759e53ba5e6d7c9bd00f7d0 (patch)
treefe5b9648dd1d01f51897b1fb4475acb070cafcf2
parent9bf977b33894dec4fdf7010b4d9a0eeaed86ed8d (diff)
downloadbluez-02e95fd30e347523c759e53ba5e6d7c9bd00f7d0.tar.gz
Automated import from //branches/donutburger/...@142766,142766
-rw-r--r--utils/tools/sdptool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tools/sdptool.c b/utils/tools/sdptool.c
index 9c54ca03..e13a04d2 100644
--- a/utils/tools/sdptool.c
+++ b/utils/tools/sdptool.c
@@ -1616,7 +1616,7 @@ static int add_handsfree_ag(sdp_session_t *session, svc_info_t *si)
sdp_record_t record;
uint8_t u8 = si->channel ? si->channel : 7;
/* Set bits for supported features. */
- uint16_t u16 = 0x07;
+ uint16_t u16 = 0x03;
sdp_data_t *channel, *features;
uint8_t netid = si->network ? si->network : 0x01; // ???? profile document
sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);