mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +00:00
avrcp: remove debug info for now playing event
This commit is contained in:
parent
6eb7ba29da
commit
15fddeb817
@ -926,11 +926,6 @@ static void avrcp_handle_l2cap_data_packet_for_signaling_connection(avrcp_connec
|
|||||||
event[pos++] = ctype;
|
event[pos++] = ctype;
|
||||||
for (i = 0; i < sizeof(attribute_order); i++){
|
for (i = 0; i < sizeof(attribute_order); i++){
|
||||||
avrcp_media_attribute_id_t attr_id = attribute_order[i];
|
avrcp_media_attribute_id_t attr_id = attribute_order[i];
|
||||||
if (items[attr_id-1].value){
|
|
||||||
printf("Adding attribute id %u, len %d, %s\n", attr_id, items[attr_id-1].len, items[attr_id-1].value);
|
|
||||||
} else{
|
|
||||||
printf("Adding empty attribute id %u, len %d\n", attr_id, items[attr_id-1].len);
|
|
||||||
}
|
|
||||||
uint16_t value_len = 0;
|
uint16_t value_len = 0;
|
||||||
switch (attr_id){
|
switch (attr_id){
|
||||||
case AVRCP_MEDIA_ATTR_TITLE:
|
case AVRCP_MEDIA_ATTR_TITLE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user