Home
last modified time | relevance | path

Searched refs:hci_conn_num (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c2905 if (hci_conn_num(hdev, CIS_LINK) || in hci_recv_frame()
2906 hci_conn_num(hdev, BIS_LINK) || in hci_recv_frame()
2907 hci_conn_num(hdev, PA_LINK)) { in hci_recv_frame()
3429 if (hci_conn_num(hdev, type) == num) in hci_low_sent()
3510 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent()
3567 if (hci_conn_num(hdev, type) == num) in hci_prio_recalculate()
3621 if (!hci_conn_num(hdev, type) || !pkts) in hci_sched_sco()
3700 if (!hci_conn_num(hdev, ACL_LINK)) in hci_sched_acl()
3714 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
3760 if (!hci_conn_num(hdev, type)) in hci_sched_iso()
H A Dhci_conn.c1288 if (!hci_conn_num(hdev, ACL_LINK) || in hci_conn_del()
1298 if (!hci_conn_num(hdev, LE_LINK) || in hci_conn_del()
1304 if ((!hci_conn_num(hdev, LE_LINK) && in hci_conn_del()
1305 !hci_conn_num(hdev, ACL_LINK)) || in hci_conn_del()
H A Dhci_sync.c975 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed()
995 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
H A Dmgmt.c6647 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
/linux/drivers/bluetooth/
H A Dbtusb.c2328 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2355 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2356 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2809 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()
/linux/include/net/bluetooth/
H A Dhci_core.h1091 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num() function