Searched refs:L2CAP_LM_SECURE (Results 1 – 7 of 7) sorted by relevance
437 mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH); in l2cap_setopt()439 if (mode & L2CAP_LM_SECURE) in l2cap_setopt()494 mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH); in l2cap_setopt2()496 if (mode & L2CAP_LM_SECURE) in l2cap_setopt2()
88 (chan->lc_mode & L2CAP_LM_SECURE ? "yes" : "no")); in l2cap_setmode()96 if (chan->lc_mode & L2CAP_LM_SECURE) in l2cap_setmode()
217 (new & L2CAP_LM_SECURE ? "on" : "off")); in l2cap_linkmode()222 || ((mode & L2CAP_LM_SECURE) && !(new & L2CAP_LM_SECURE))) in l2cap_linkmode()
354 #define L2CAP_LM_SECURE (1<<2) /* want secured link */ macro
236 mode |= L2CAP_LM_SECURE; in rfcomm_dlc_setmode()
513 (new & L2CAP_LM_SECURE ? "on" : "off")); in rfcomm_session_linkmode()521 if (new & L2CAP_LM_SECURE) in rfcomm_session_linkmode()
342 mode |= L2CAP_LM_SECURE; in hci_acl_linkmode()