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

  /src/sys/netbt/
l2cap_misc.c 93 (chan->lc_mode & L2CAP_LM_SECURE ? "yes" : "no"));
101 if (chan->lc_mode & L2CAP_LM_SECURE)
l2cap_socket.c 461 (new & L2CAP_LM_SECURE ? "on" : "off"));
470 || ((mode & L2CAP_LM_SECURE) && !(new & L2CAP_LM_SECURE)))
l2cap_upper.c 470 mode &= (L2CAP_LM_SECURE | L2CAP_LM_ENCRYPT | L2CAP_LM_AUTH);
472 if (mode & L2CAP_LM_SECURE)
l2cap.h 351 #define L2CAP_LM_SECURE (1<<2) /* want secured link */
rfcomm_dlc.c 241 mode |= L2CAP_LM_SECURE;
rfcomm_session.c 522 (new & L2CAP_LM_SECURE ? "on" : "off"));
530 if (new & L2CAP_LM_SECURE)
hci_link.c 350 mode |= L2CAP_LM_SECURE;
  /src/usr.sbin/btpand/
btpand.c 141 l2cap_mode = L2CAP_LM_SECURE;
  /src/sys/dev/bluetooth/
bthidev.c 237 sockopt_setint(&sc->sc_mode, L2CAP_LM_SECURE);
938 else if ((mode & L2CAP_LM_SECURE) && !(new & L2CAP_LM_SECURE))
btmagic.c 326 sockopt_setint(&sc->sc_mode, L2CAP_LM_SECURE);
1062 else if (ISSET(mode, L2CAP_LM_SECURE) && !ISSET(new, L2CAP_LM_SECURE))
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 408 l2cap_mode = L2CAP_LM_SECURE;

Completed in 19 milliseconds