Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDnode.c269 r.num_connections = NG_HCI_MAX_CON_NUM; in hci_read_connection_list()
270 r.connections = calloc(NG_HCI_MAX_CON_NUM, sizeof(ng_hci_node_con_ep)); in hci_read_connection_list()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_main.c505 if (s > NG_HCI_MAX_CON_NUM) in ng_hci_default_rcvmsg()
506 s = NG_HCI_MAX_CON_NUM; in ng_hci_default_rcvmsg()
/NextBSD/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1211 p->num_connections > NG_HCI_MAX_CON_NUM || in ng_btsocket_hci_raw_control()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h587 #define NG_HCI_MAX_CON_NUM \ macro