Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_conn.c1799 conn = hci_conn_hash_lookup_cis(hdev, NULL, 0, cig_id, cis_id); in set_cig_params_sync()
1857 if (hci_conn_hash_lookup_cis(hdev, NULL, 0, qos->ucast.cig, in hci_le_set_cig_params()
1866 if (!hci_conn_hash_lookup_cis(hdev, NULL, 0, data.cig, in hci_le_set_cig_params()
1890 cis = hci_conn_hash_lookup_cis(hdev, dst, dst_type, qos->ucast.cig, in hci_bind_cis()
Dhci_event.c3872 conn = hci_conn_hash_lookup_cis(hdev, NULL, 0, rp->cig_id, in hci_cc_le_set_cig_params()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1212 static inline struct hci_conn *hci_conn_hash_lookup_cis(struct hci_dev *hdev, in hci_conn_hash_lookup_cis() function