avrcp: add cover_art_psm to avrcp_connection_t

This commit is contained in:
Matthias Ringwald 2023-04-21 15:16:58 +02:00
parent b28a301e4c
commit 73ff83992e

View File

@ -646,6 +646,10 @@ typedef struct {
uint8_t avctp_reassembly_buffer[200];
#endif
#ifdef ENABLE_AVRCP_COVER_ART
uint16_t cover_art_psm;
#endif
} avrcp_connection_t;
typedef struct {