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

  /src/sys/netbt/
hci_link.c 308 link->hl_flags &= ~HCI_LINK_SECURE;
341 (link->hl_flags & HCI_LINK_SECURE ? "on" : "off"));
349 if (link->hl_flags & HCI_LINK_SECURE)
hci_event.c 868 link->hl_flags |= (HCI_LINK_AUTH | HCI_LINK_SECURE);
hci.h 2486 #define HCI_LINK_SECURE (1<<5) /* link is secured */

Completed in 16 milliseconds