diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 438ef29..0eac151 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
sdp_record_t *record;
sdp_data_t *psm, *version, *features;
uint16_t lp = AVDTP_UUID;
- uint16_t a2dp_ver = 0x0103, avdtp_ver = 0x0103, feat = 0x000f;
+ uint16_t a2dp_ver = 0x0104, avdtp_ver = 0x0103, feat = 0x000f;
record = sdp_record_alloc();
if (!record)
diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c
index 6378b7a..7e9a383 100644
--- a/profiles/audio/avrcp.c
+++ b/profiles/audio/avrcp.c
#define AVRCP_BROWSING_TIMEOUT 1
#define AVRCP_CT_VERSION 0x0106
-#define AVRCP_TG_VERSION 0x0105
+#define AVRCP_TG_VERSION 0x0106
#define AVRCP_SCOPE_MEDIA_PLAYER_LIST 0x00
#define AVRCP_SCOPE_MEDIA_PLAYER_VFS 0x01
sdp_record_t *record;
sdp_data_t *psm[2], *version, *features;
uint16_t lp = AVCTP_CONTROL_PSM;
- uint16_t avctp_ver = 0x0103;
+ uint16_t avctp_ver = 0x0104;
uint16_t feat = ( AVRCP_FEATURE_CATEGORY_1 |
AVRCP_FEATURE_CATEGORY_2 |
AVRCP_FEATURE_CATEGORY_3 |
sdp_record_t *record;
sdp_data_t *psm_control, *version, *features;
uint16_t lp = AVCTP_CONTROL_PSM;
- uint16_t avctp_ver = 0x0103;
+ uint16_t avctp_ver = 0x0104;
uint16_t feat = ( AVRCP_FEATURE_CATEGORY_1 |
AVRCP_FEATURE_CATEGORY_2 |
AVRCP_FEATURE_CATEGORY_3 |
diff --git a/src/profile.c b/src/profile.c
index af32dbd..9fdfb7d 100644
--- a/src/profile.c
+++ b/src/profile.c
.authorize = true,
.auto_connect = true,
.get_record = get_hfp_hf_record,
- .version = 0x0107,
+ .version = 0x0108,
}, {
.uuid = HSP_HS_UUID,
.name = "Headset unit",
.authorize = true,
.auto_connect = true,
.get_record = get_hfp_ag_record,
- .version = 0x0107,
+ .version = 0x0108,
/* HFP 1.7.2: By default features bitfield is 0b001001 */
.features = 0x09,
}, {