Searched refs:NG_HCI_MAX_CON_NUM (Results 1 – 4 of 4) sorted by relevance
281 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()
525 if (s > NG_HCI_MAX_CON_NUM) in ng_hci_default_rcvmsg()526 s = NG_HCI_MAX_CON_NUM; in ng_hci_default_rcvmsg()
1223 p->num_connections > NG_HCI_MAX_CON_NUM || in ng_btsocket_hci_raw_control()
658 #define NG_HCI_MAX_CON_NUM \ macro