mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 07:04:19 +08:00
tools: Fix hcidump parser of AVRCP for SetBrowsedPlayer command
This commit is contained in:
parent
ed3b98a683
commit
22ec5f4195
@ -1317,7 +1317,7 @@ response:
|
||||
p_indent(level, frm);
|
||||
|
||||
items = get_u32(frm);
|
||||
printf("Number of Items: 0x%04x (%u)\n", items, items);
|
||||
printf("Number of Items: 0x%08x (%u)\n", items, items);
|
||||
|
||||
p_indent(level, frm);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user