mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
avrcp: add cover_art_psm to avrcp_connection_t
This commit is contained in:
parent
b28a301e4c
commit
73ff83992e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user