Home
last modified time | relevance | path

Searched refs:HCI_LINK_ENCRYPT_REQ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netbt/
H A Dl2cap_misc.c94 chan->lc_link->hl_flags |= HCI_LINK_ENCRYPT_REQ; in l2cap_setmode()
H A Dhci_link.c275 if ((link->hl_flags & HCI_LINK_ENCRYPT_REQ) in hci_acl_setmode()
H A Dhci.h2428 #define HCI_LINK_ENCRYPT_REQ (1<<1) /* encryption requested */ macro