From: Nick Pelly <> Date: Thu, 26 Mar 2009 00:33:54 +0000 (-0700) Subject: Automated import from //branches/donutburger/...@142766,142766 X-Git-Tag: android-x86-1.6~9^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=02e95fd30e347523c759e53ba5e6d7c9bd00f7d0;p=android-x86%2Fexternal-bluetooth-bluez.git Automated import from //branches/donutburger/...@142766,142766 --- diff --git a/utils/tools/sdptool.c b/utils/tools/sdptool.c index 9c54ca036..e13a04d2a 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);