From 789f7e7bc38c4f3da32b6bd0587c4a53d8d83ac0 Mon Sep 17 00:00:00 2001 From: Jefferson Delfes Date: Mon, 4 Mar 2013 16:42:55 -0400 Subject: [PATCH] gatttool: fix parameter type/name from le to psm 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 a38339b71..260480d2b 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); -- 2.47.3