Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/
Dhci_conn.c836 if (!req.conn_num || req.conn_num > (PAGE_SIZE * 2) / sizeof(*ci)) in hci_get_conn_list()
839 size = sizeof(req) + req.conn_num * sizeof(*ci); in hci_get_conn_list()
861 if (++n >= req.conn_num) in hci_get_conn_list()
867 cl->conn_num = n; in hci_get_conn_list()
Dhci_core.c2407 int cnt, q, conn_num = 0; in hci_chan_sent() local
2422 conn_num++; in hci_chan_sent()
2448 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent()
/linux-3.4.99/include/net/bluetooth/
Dhci.h1409 __u16 conn_num; member