Searched refs:hci_conn_hash_lookup_cis (Results 1 – 3 of 3) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_conn.c | 1790 conn = hci_conn_hash_lookup_cis(hdev, NULL, 0, cig_id, cis_id); in set_cig_params_sync() 1848 if (hci_conn_hash_lookup_cis(hdev, NULL, 0, qos->ucast.cig, in hci_le_set_cig_params() 1857 if (!hci_conn_hash_lookup_cis(hdev, NULL, 0, data.cig, in hci_le_set_cig_params() 1881 cis = hci_conn_hash_lookup_cis(hdev, dst, dst_type, qos->ucast.cig, in hci_bind_cis()
|
H A D | hci_event.c | 3843 conn = hci_conn_hash_lookup_cis(hdev, NULL, 0, rp->cig_id, in hci_cc_le_set_cig_params()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 1221 static inline struct hci_conn *hci_conn_hash_lookup_cis(struct hci_dev *hdev, in hci_conn_hash_lookup_cis() function
|