Home
last modified time | relevance | path

Searched refs:HCI_LINK_SECURE_REQ (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netbt/
H A Dl2cap_misc.c97 chan->lc_link->hl_flags |= HCI_LINK_SECURE_REQ; in l2cap_setmode()
H A Dhci_event.c797 link->hl_flags &= ~HCI_LINK_SECURE_REQ; in hci_event_change_con_link_key_compl()
H A Dhci_link.c295 if ((link->hl_flags & HCI_LINK_SECURE_REQ)) { in hci_acl_setmode()
H A Dhci.h2429 #define HCI_LINK_SECURE_REQ (1<<2) /* secure link requested */ macro