Searched refs:hci_conn_num (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/net/bluetooth/ |
| D | hci_core.c | 3832 if (hci_conn_num(hdev, type) == num) in hci_low_sent() 3935 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent() 4011 if (hci_conn_num(hdev, type) == num) in hci_prio_recalculate() 4133 if (!hci_conn_num(hdev, ACL_LINK) && hdev->dev_type == HCI_BREDR) in hci_sched_acl() 4137 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl() 4160 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco() 4183 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco() 4207 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
|
| D | mgmt.c | 1265 if (hci_conn_num(hdev, LE_LINK) > 0) in enable_advertising() 4889 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
|
| /linux-4.4.14/drivers/bluetooth/ |
| D | btusb.c | 1286 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame() 1306 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify() 1307 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify() 1996 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()
|
| /linux-4.4.14/include/net/bluetooth/ |
| D | hci_core.h | 713 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num() function
|