All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jefferson Delfes <jefferson.delfes@openbossa.org>
To: linux-bluetooth@vger.kernel.org
Cc: Jefferson Delfes <jefferson.delfes@openbossa.org>
Subject: [PATCH BlueZ] gatttool: fix parameter type/name from le to psm
Date: Mon,  4 Mar 2013 16:42:55 -0400	[thread overview]
Message-ID: <1362429775-19101-1-git-send-email-jefferson.delfes@openbossa.org> (raw)

The parameter le was changed to psm and its type was modified from
boolean to int, but header was unmodified. That change occurred in commit
0cc24599637ed6666469c68d55f4e42ff722e447.
---
 attrib/gatttool.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/attrib/gatttool.h b/attrib/gatttool.h
index a38339b..260480d 100644
--- a/attrib/gatttool.h
+++ b/attrib/gatttool.h
@@ -22,7 +22,7 @@
  */
 
 int interactive(const gchar *src, const gchar *dst, const gchar *dst_type,
-		gboolean le);
+								int psm);
 GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
 			const gchar *dst_type, const gchar *sec_level,
 			int psm, int mtu, BtIOConnect connect_cb);
-- 
1.8.1.4


             reply	other threads:[~2013-03-04 20:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-04 20:42 Jefferson Delfes [this message]
2013-03-25 12:27 ` [PATCH BlueZ] gatttool: fix parameter type/name from le to psm Johan Hedberg

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=1362429775-19101-1-git-send-email-jefferson.delfes@openbossa.org \
    --to=jefferson.delfes@openbossa.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.