L2CAP_LM_SECURE
mode |= L2CAP_LM_SECURE;
(chan->lc_mode & L2CAP_LM_SECURE ? "yes" : "no"));
if (chan->lc_mode & L2CAP_LM_SECURE)
(new & L2CAP_LM_SECURE ? "on" : "off"));
|| ((mode & L2CAP_LM_SECURE) && !(new & L2CAP_LM_SECURE)))
mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH);
if (mode & L2CAP_LM_SECURE)
mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH);
if (mode & L2CAP_LM_SECURE)
mode |= L2CAP_LM_SECURE;
(new & L2CAP_LM_SECURE ? "on" : "off"));
if (new & L2CAP_LM_SECURE)