From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 3/3] hcidump: Fix parsing of SetBrowsedPlayer
Date: Thu, 31 Jan 2013 09:33:56 -0600 [thread overview]
Message-ID: <1359646436-8113-7-git-send-email-luiz.dentz@gmail.com> (raw)
In-Reply-To: <1359646436-8113-1-git-send-email-luiz.dentz@gmail.com>
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
---
tools/parser/avrcp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/parser/avrcp.c b/tools/parser/avrcp.c
index 1029287..4d88b41 100644
--- a/tools/parser/avrcp.c
+++ b/tools/parser/avrcp.c
@@ -1294,7 +1294,7 @@ static void avrcp_set_browsed_player_dump(int level, struct frame *frm,
}
id = get_u16(frm);
- printf("PlayerID: 0x%04x (%u)", id, id);
+ printf("PlayerID: 0x%04x (%u)\n", id, id);
return;
response:
@@ -1313,12 +1313,12 @@ response:
p_indent(level, frm);
uids = get_u16(frm);
- printf("UIDCounter: 0x%04x (%u)", uids, uids);
+ printf("UIDCounter: 0x%04x (%u)\n", uids, uids);
p_indent(level, frm);
items = get_u32(frm);
- printf("Number of Items: 0x%04x (%u)", items, items);
+ printf("Number of Items: 0x%04x (%u)\n", items, items);
p_indent(level, frm);
@@ -1328,7 +1328,7 @@ response:
p_indent(level, frm);
folders = get_u8(frm);
- printf("Folder Depth: 0x%02x (%u)", folders, folders);
+ printf("Folder Depth: 0x%02x (%u)\n", folders, folders);
for (; folders > 0; folders--) {
uint16_t len;
--
1.8.1
next prev parent reply other threads:[~2013-01-31 15:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-31 15:33 [PATCH BlueZ 1/3] hcidump: Distinct Control and Browsing AVCTP channels Luiz Augusto von Dentz
2013-01-31 15:33 ` [PATCH BlueZ 1/2 v2] thermometer: Fix crash while unregistering adapter Luiz Augusto von Dentz
2013-01-31 15:33 ` [PATCH BlueZ 1/2] tools: Use device Alias instead of Name Luiz Augusto von Dentz
2013-01-31 15:33 ` [PATCH BlueZ 2/2 v2] attrib: Don't attempt to unregister event id 0 Luiz Augusto von Dentz
2013-01-31 15:33 ` [PATCH BlueZ 2/3] hcidump: Fix parsing of GetCurrentPlayerApplicationSettingValue Luiz Augusto von Dentz
2013-01-31 15:33 ` [PATCH BlueZ 2/2] tools: Fix mpris-player creating busname starting with digit Luiz Augusto von Dentz
2013-01-31 15:33 ` Luiz Augusto von Dentz [this message]
2013-01-31 22:07 ` [PATCH BlueZ 1/3] hcidump: Distinct Control and Browsing AVCTP channels Vinicius Costa Gomes
2013-01-31 23:03 ` Luiz Augusto von Dentz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1359646436-8113-7-git-send-email-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox