diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-03-03 00:19:08 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-03-03 09:12:54 +0200 |
commit | a37210e15f8acc532d1955585b032c89256d8fb7 (patch) | |
tree | 8476e8940657cd862e94b8a4f759cc893f7c9c24 /audio/manager.c | |
parent | 370d874dc420190c91a39a5e12cd0756d9a31d41 (diff) |
Update HSP version to 1.2
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 964309fda..fd0e6f626 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -247,7 +247,7 @@ static sdp_record_t *hsp_ag_record(uint8_t ch) sdp_set_service_classes(record, svclass_id); sdp_uuid16_create(&profile.uuid, HEADSET_PROFILE_ID); - profile.version = 0x0100; + profile.version = 0x0102; pfseq = sdp_list_append(0, &profile); sdp_set_profile_descs(record, pfseq); |