HomeSort by: relevance | last modified time | path
    Searched refs:L2CAP_LM_ENCRYPT (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/netbt/
l2cap_misc.c 92 (chan->lc_mode & L2CAP_LM_ENCRYPT ? "yes" : "no"),
98 if (chan->lc_mode & L2CAP_LM_ENCRYPT)
l2cap_upper.c 470 mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH);
473 mode |= L2CAP_LM_ENCRYPT;
475 if (mode & L2CAP_LM_ENCRYPT)
l2cap_socket.c 460 (new & L2CAP_LM_ENCRYPT ? "on" : "off"),
469 || ((mode & L2CAP_LM_ENCRYPT) && !(new & L2CAP_LM_ENCRYPT))
l2cap.h 350 #define L2CAP_LM_ENCRYPT (1<<1) /* want encryption */
rfcomm_dlc.c 238 mode |= L2CAP_LM_ENCRYPT;
rfcomm_session.c 521 (new & L2CAP_LM_ENCRYPT ? "on" : "off"),
527 if (new & L2CAP_LM_ENCRYPT)
hci_link.c 347 mode |= L2CAP_LM_ENCRYPT;
  /src/usr.sbin/btpand/
btpand.c 139 l2cap_mode = L2CAP_LM_ENCRYPT;
  /src/sys/dev/bluetooth/
bthidev.c 235 sockopt_setint(&sc->sc_mode, L2CAP_LM_ENCRYPT);
936 else if ((mode & L2CAP_LM_ENCRYPT) && !(new & L2CAP_LM_ENCRYPT))
btmagic.c 324 sockopt_setint(&sc->sc_mode, L2CAP_LM_ENCRYPT);
1060 else if (ISSET(mode, L2CAP_LM_ENCRYPT) && !ISSET(new, L2CAP_LM_ENCRYPT))
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 406 l2cap_mode = L2CAP_LM_ENCRYPT;

Completed in 19 milliseconds