Skip to content

Commit

Permalink
Do not advertise Voice Recognition support in HF AG SDP record.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Pelly authored and Jaikumar Ganesh committed May 25, 2011
1 parent 07ec4fa commit 518154e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/sdptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,9 @@ 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;
uint16_t u16 = 0x17;
#ifdef ANDROID
u16 = 0x03;
#endif
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);
Expand Down

0 comments on commit 518154e

Please sign in to comment.