diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-10-05 22:44:03 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-10-05 22:44:03 +0200 |
commit | 4d72fa62033980379d06c813d7be17fa158a60a7 (patch) | |
tree | e3b06e8f8fe52da409e6d68c70854562c2c94494 /audio/manager.c | |
parent | aec344ca67c386af667940545bb62946c092bfcf (diff) |
Fix HFP HF-role SDP record profile version
Diffstat (limited to 'audio/manager.c')
-rw-r--r-- | audio/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.c b/audio/manager.c index 489d7bc1f..c63e98a4e 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -309,7 +309,7 @@ static sdp_record_t *hfp_hs_record(uint8_t ch) sdp_set_service_classes(record, svclass_id); sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID); - profile.version = 0x0100; + profile.version = 0x0105; pfseq = sdp_list_append(0, &profile); sdp_set_profile_descs(record, pfseq); |