From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> In case the addressed player changes but it features is already known the list of players don't need to be refreshed. --- profiles/audio/avrcp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c index aba7e86..3fbdaf6 100644 --- a/profiles/audio/avrcp.c +++ b/profiles/audio/avrcp.c @@ -2456,6 +2456,9 @@ static void avrcp_addressed_player_changed(struct avrcp *session, player->uid_counter = bt_get_be16(&pdu->params[3]); session->player = player; + if (player->features != NULL) + return; + avrcp_get_media_player_list(session); } -- 1.8.1.4 -- 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