diff options
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 964309fd..fd0e6f62 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);  | 
