From 02dacdc326c29386bbae2574212ff029974444e7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 19 Aug 2008 14:37:26 +0200 Subject: Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for now --- audio/control.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'audio/control.c') diff --git a/audio/control.c b/audio/control.c index 82646061..a1014d48 100644 --- a/audio/control.c +++ b/audio/control.c @@ -705,10 +705,8 @@ drop: static GIOChannel *avctp_server_socket(gboolean master) { - int lm; GIOChannel *io; - - lm = L2CAP_LM_SECURE; + int lm = L2CAP_LM_AUTH | L2CAP_LM_ENCRYPT; if (master) lm |= L2CAP_LM_MASTER; -- cgit