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