Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c526 if (s > NG_HCI_MAX_CON_NUM) in ng_hci_default_rcvmsg()
527 s = NG_HCI_MAX_CON_NUM; in ng_hci_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1226 p->num_connections > NG_HCI_MAX_CON_NUM || in ng_btsocket_hci_raw_control()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h657 #define NG_HCI_MAX_CON_NUM \ macro