summaryrefslogtreecommitdiff
path: root/attrib/interactive.c
diff options
context:
space:
mode:
Diffstat (limited to 'attrib/interactive.c')
-rw-r--r--attrib/interactive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/interactive.c b/attrib/interactive.c
index 451be23fb..7d4786ac9 100644
--- a/attrib/interactive.c
+++ b/attrib/interactive.c
@@ -174,7 +174,7 @@ static void connect_cb(GIOChannel *io, GError *err, gpointer user_data)
if (cid == ATT_CID)
mtu = ATT_DEFAULT_LE_MTU;
- attrib = g_attrib_new(iochannel, mtu);
+ attrib = g_attrib_new(iochannel, mtu, false);
g_attrib_register(attrib, ATT_OP_HANDLE_NOTIFY, GATTRIB_ALL_HANDLES,
events_handler, attrib, NULL);
g_attrib_register(attrib, ATT_OP_HANDLE_IND, GATTRIB_ALL_HANDLES,