Searched refs:L2CAP_LM_AUTH (Results 1 – 12 of 12) sorted by relevance
91 (chan->lc_mode & L2CAP_LM_AUTH ? "yes" : "no"), in l2cap_setmode()95 if (chan->lc_mode & L2CAP_LM_AUTH) in l2cap_setmode()
459 (new & L2CAP_LM_AUTH ? "on" : "off"), in l2cap_linkmode()468 if (((mode & L2CAP_LM_AUTH) && !(new & L2CAP_LM_AUTH)) in l2cap_linkmode()
470 mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH); in l2cap_setopt()476 mode |= L2CAP_LM_AUTH; in l2cap_setopt()
349 #define L2CAP_LM_AUTH (1<<0) /* want authentication */ macro
235 mode |= L2CAP_LM_AUTH; in rfcomm_dlc_setmode()
520 (new & L2CAP_LM_AUTH ? "on" : "off"), in rfcomm_session_linkmode()524 if (new & L2CAP_LM_AUTH) in rfcomm_session_linkmode()
344 mode |= L2CAP_LM_AUTH; in hci_acl_linkmode()
161 ch = L2CAP_LM_AUTH; in main()
233 sockopt_setint(&sc->sc_mode, L2CAP_LM_AUTH); in bthidev_attach()934 if ((mode & L2CAP_LM_AUTH) && !(new & L2CAP_LM_AUTH)) in bthidev_linkmode()
322 sockopt_setint(&sc->sc_mode, L2CAP_LM_AUTH); in btmagic_attach()1058 if (ISSET(mode, L2CAP_LM_AUTH) && !ISSET(new, L2CAP_LM_AUTH)) in btmagic_linkmode()
137 l2cap_mode = L2CAP_LM_AUTH; in main()
357 sdp_put_uint16(&buf, (l2cap_mode & L2CAP_LM_AUTH) ? 0x0001 : 0x0000); in server_mkrecord()