[PATCH BlueZ] gatttool: fix parameter type/name from le to psm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux