From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- android/avrcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/avrcp.c b/android/avrcp.c index 875c6e2..268c1b1 100644 --- a/android/avrcp.c +++ b/android/avrcp.c @@ -355,7 +355,7 @@ static sdp_record_t *avrcp_record(void) sdp_record_t *record; sdp_data_t *psm, *version, *features; uint16_t lp = L2CAP_PSM_AVCTP; - uint16_t avrcp_ver = 0x0100, avctp_ver = 0x0103; + uint16_t avrcp_ver = 0x0103, avctp_ver = 0x0103; uint16_t feat = ( AVRCP_FEATURE_CATEGORY_1 | AVRCP_FEATURE_CATEGORY_2 | AVRCP_FEATURE_CATEGORY_3 | -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html