Searched refs:hci_conn_num (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_core.c | 2901 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame() 3387 if (hci_conn_num(hdev, type) == num) in hci_low_sent() 3473 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent() 3530 if (hci_conn_num(hdev, type) == num) in hci_prio_recalculate() 3571 if (!hci_conn_num(hdev, type) || !pkts) in hci_sched_sco() 3650 if (!hci_conn_num(hdev, ACL_LINK)) in hci_sched_acl() 3664 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le() 3710 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso()
|
| H A D | hci_sync.c | 973 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed() 993 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
|
| H A D | mgmt.c | 6349 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | btusb.c | 2179 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame() 2206 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify() 2207 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify() 2656 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_core.h | 1031 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num() function
|