mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
avrcp_browsing_client: add missing break
This commit is contained in:
parent
8b69b608f0
commit
0ba5747287
@ -593,6 +593,7 @@ static void avrcp_browsing_controller_packet_handler(uint8_t packet_type, uint16
|
||||
const uint8_t * attr_value = avrcp_media_item_iterator_get_attr_value(&media_item_context);
|
||||
printf(" - attr ID 0x%08" PRIx32 ", charset 0x%02x, actual len %d, name %s\n", attr_id, attr_charset, attr_value_length, attr_value);
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
printf("AVRCP browsing: unknown browsable item type 0%02x\n", data_type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user