All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] gatttool: fix parameter type/name from le to psm
@ 2013-03-04 20:42 Jefferson Delfes
  2013-03-25 12:27 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Jefferson Delfes @ 2013-03-04 20:42 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jefferson Delfes

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] gatttool: fix parameter type/name from le to psm
  2013-03-04 20:42 [PATCH BlueZ] gatttool: fix parameter type/name from le to psm Jefferson Delfes
@ 2013-03-25 12:27 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-03-25 12:27 UTC (permalink / raw)
  To: Jefferson Delfes; +Cc: linux-bluetooth

Hi Jefferson,

On Mon, Mar 04, 2013, Jefferson Delfes wrote:
> 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(-)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-25 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-04 20:42 [PATCH BlueZ] gatttool: fix parameter type/name from le to psm Jefferson Delfes
2013-03-25 12:27 ` Johan Hedberg

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.