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

  /src/sys/netbt/
bt_sysctl.c 102 &hci_acl_expiry, sizeof(hci_acl_expiry),
hci_link.c 58 int hci_acl_expiry = 10; /* seconds */ variable in typeref:typename:int
157 else if (hci_acl_expiry > 0)
158 callout_schedule(&link->hl_expire, hci_acl_expiry * hz);
202 if (hci_acl_expiry > 0)
203 callout_schedule(&link->hl_expire, hci_acl_expiry * hz);
hci.h 2434 extern int hci_acl_expiry;

Completed in 28 milliseconds