From: Andrei Emeltchenko <andrei.emeltchenko@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCHv2 4/6] android/avrcp: Use NULL for zero pointers
Date: Fri, 21 Feb 2014 17:23:48 +0200 [thread overview]
Message-ID: <1392996230-11789-4-git-send-email-Andrei.Emeltchenko.news@gmail.com> (raw)
In-Reply-To: <1392996230-11789-1-git-send-email-Andrei.Emeltchenko.news@gmail.com>
From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
---
android/avrcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/avrcp.c b/android/avrcp.c
index 8ac9e2f..acffd56 100644
--- a/android/avrcp.c
+++ b/android/avrcp.c
@@ -222,7 +222,7 @@ static sdp_record_t *avrcp_record(void)
features = sdp_data_alloc(SDP_UINT16, &feat);
sdp_attr_add(record, SDP_ATTR_SUPPORTED_FEATURES, features);
- sdp_set_info_attr(record, "AVRCP TG", 0, 0);
+ sdp_set_info_attr(record, "AVRCP TG", NULL, NULL);
sdp_data_free(psm);
sdp_data_free(version);
--
1.8.3.2
next prev parent reply other threads:[~2014-02-21 15:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 15:23 [PATCHv2 1/6] unit/avrcp: First unit test for AVRCP profile Andrei Emeltchenko
2014-02-21 15:23 ` [PATCHv2 2/6] android/avctp: Add UNIT INFO command request Andrei Emeltchenko
2014-02-23 11:57 ` Luiz Augusto von Dentz
2014-02-24 6:54 ` Andrei Emeltchenko
2014-02-24 8:28 ` Luiz Augusto von Dentz
2014-02-21 15:23 ` [PATCHv2 3/6] android/avrcp: Implement avrcp_get_avctp Andrei Emeltchenko
2014-02-23 11:54 ` Luiz Augusto von Dentz
2014-02-21 15:23 ` Andrei Emeltchenko [this message]
2014-02-24 6:55 ` [PATCHv2 4/6] android/avrcp: Use NULL for zero pointers Andrei Emeltchenko
2014-02-24 12:31 ` Luiz Augusto von Dentz
2014-02-21 15:23 ` [PATCHv2 5/6] unit/avrcp: Add /TP/ICC/BV-01-I/CT test Andrei Emeltchenko
2014-02-23 12:06 ` Luiz Augusto von Dentz
2014-02-24 7:03 ` Andrei Emeltchenko
2014-02-21 15:23 ` [PATCHv2 6/6] unit/avrcp: Add /TP/ICC/BV-01-I/TG test Andrei Emeltchenko
2014-02-24 7:09 ` [PATCHv2 1/6] unit/avrcp: First unit test for AVRCP profile Andrei Emeltchenko
2014-02-24 8:25 ` 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=1392996230-11789-4-git-send-email-Andrei.Emeltchenko.news@gmail.com \
--to=andrei.emeltchenko@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