From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> The record already contain the additional protocol containing the browsing channel but the feature is not set as it is supposed to. --- profiles/audio/avrcp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c index b2135c5..32b9615 100644 --- a/profiles/audio/avrcp.c +++ b/profiles/audio/avrcp.c @@ -270,7 +270,8 @@ static sdp_record_t *avrcp_ct_record(void) uint16_t feat = ( AVRCP_FEATURE_CATEGORY_1 | AVRCP_FEATURE_CATEGORY_2 | AVRCP_FEATURE_CATEGORY_3 | - AVRCP_FEATURE_CATEGORY_4 ); + AVRCP_FEATURE_CATEGORY_4 | + AVRCP_FEATURE_BROWSING); record = sdp_record_alloc(); if (!record) -- 1.8.3.1 -- 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