Searched refs:hci_conn_num (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2939 if (hci_conn_num(hdev, CIS_LINK) || in hci_recv_frame() 2940 hci_conn_num(hdev, BIS_LINK) || in hci_recv_frame() 2941 hci_conn_num(hdev, PA_LINK)) { in hci_recv_frame() 3453 if (hci_conn_num(hdev, type) == num) in hci_low_sent() 3534 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent() 3591 if (hci_conn_num(hdev, type) == num) in hci_prio_recalculate() 3645 if (!hci_conn_num(hdev, type) || !pkts) in hci_sched_sco() 3724 if (!hci_conn_num(hdev, ACL_LINK)) in hci_sched_acl() 3738 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le() 3784 if (!hci_conn_num(hdev, type)) in hci_sched_iso()
|
| H A D | hci_conn.c | 1197 if (!hci_conn_num(hdev, ACL_LINK) || in hci_conn_del() 1207 if (!hci_conn_num(hdev, LE_LINK) || in hci_conn_del() 1213 if ((!hci_conn_num(hdev, LE_LINK) && in hci_conn_del() 1214 !hci_conn_num(hdev, ACL_LINK)) || in hci_conn_del()
|
| H A D | hci_sync.c | 986 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed() 1006 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
|
| H A D | mgmt.c | 6560 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
|
| /linux/drivers/bluetooth/ |
| H A D | btusb.c | 2221 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame() 2248 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify() 2249 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify() 2701 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 1075 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num() function
|