Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dhci_sock.h151 __u16 conn_num; member
/linux-4.1.27/net/bluetooth/
Dhci_conn.c1208 if (!req.conn_num || req.conn_num > (PAGE_SIZE * 2) / sizeof(*ci)) in hci_get_conn_list()
1211 size = sizeof(req) + req.conn_num * sizeof(*ci); in hci_get_conn_list()
1233 if (++n >= req.conn_num) in hci_get_conn_list()
1239 cl->conn_num = n; in hci_get_conn_list()
Dhci_core.c3617 int cnt, q, conn_num = 0; in hci_chan_sent() local
3632 conn_num++; in hci_chan_sent()
3658 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent()