Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/bluetooth/hccontrol/
HDnode.c281 r.num_connections = NG_HCI_MAX_CON_NUM; in hci_read_connection_list()
282 r.connections = calloc(NG_HCI_MAX_CON_NUM, sizeof(ng_hci_node_con_ep)); in hci_read_connection_list()
/freebsd-head/sys/netgraph/bluetooth/hci/
HDng_hci_main.c525 if (s > NG_HCI_MAX_CON_NUM) in ng_hci_default_rcvmsg()
526 s = NG_HCI_MAX_CON_NUM; in ng_hci_default_rcvmsg()
/freebsd-head/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1223 p->num_connections > NG_HCI_MAX_CON_NUM || in ng_btsocket_hci_raw_control()
/freebsd-head/sys/netgraph/bluetooth/include/
HDng_hci.h658 #define NG_HCI_MAX_CON_NUM \ macro