Diff between 342f1aa194576f9f54f20fd8cc1856bcfb03c588 and 789f7e7bc38c4f3da32b6bd0587c4a53d8d83ac0

Changed Files

File Additions Deletions Status
attrib/gatttool.h +1 -1 modified

Full Patch

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);